Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W X Z 

A

ACTIVE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
 
ACTIVE_ONLY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
ADD_INDEX_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
ADD_INDEX_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
ADD_INDEX_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
addAddresses(LightningApi.NodeAddress) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
addAddresses(int, LightningApi.NodeAddress) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
addAddresses(LightningApi.NodeAddress.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
addAddresses(int, LightningApi.NodeAddress.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
addAddresses(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
repeated string addresses = 1;
addAddressesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
addAddressesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
addAddressesBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
repeated string addresses = 1;
addAllAddresses(Iterable<? extends LightningApi.NodeAddress>) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
addAllAddresses(Iterable<String>) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
repeated string addresses = 1;
addAllChains(Iterable<String>) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ A list of active chains the node is connected to
addAllChannelFees(Iterable<? extends LightningApi.ChannelFeeReport>) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ An array of channel fee reports which describes the current fee schedule for each channel.
addAllChannels(Iterable<? extends LightningApi.ChannelCloseSummary>) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
addAllChannels(Iterable<? extends LightningApi.Channel>) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
/ The list of active channels
addAllChannelUpdates(Iterable<? extends LightningApi.ChannelEdgeUpdate>) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
addAllCipherSeedMnemonic(Iterable<String>) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
addAllCipherSeedMnemonic(Iterable<String>) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
addAllClosedChans(Iterable<? extends LightningApi.ClosedChannelUpdate>) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
addAllDestAddresses(Iterable<String>) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ Addresses that received funds for this transaction
addAllEdges(Iterable<? extends LightningApi.ChannelEdge>) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `ChannelEdge`s in this channel graph
addAllForwardingEvents(Iterable<? extends LightningApi.ForwardingEvent>) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ A list of forwarding events from the time slice of the time series specified in the request.
addAllHopHints(Iterable<? extends LightningApi.HopHint>) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
addAllHops(Iterable<? extends LightningApi.Hop>) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
addAllInvoices(Iterable<? extends LightningApi.Invoice>) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
addAllNodes(Iterable<? extends LightningApi.LightningNode>) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `LightningNode`s in this channel graph
addAllNodeUpdates(Iterable<? extends LightningApi.NodeUpdate>) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
addAllPath(Iterable<String>) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The path this payment took
addAllPayments(Iterable<? extends LightningApi.Payment>) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
/ The list of payments
addAllPeers(Iterable<? extends LightningApi.Peer>) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
/ The list of currently connected peers
addAllPendingClosingChannels(Iterable<? extends LightningApi.PendingChannelsResponse.ClosedChannel>) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending closing
addAllPendingForceClosingChannels(Iterable<? extends LightningApi.PendingChannelsResponse.ForceClosedChannel>) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending force closing
addAllPendingHtlcs(Iterable<? extends LightningApi.HTLC>) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
addAllPendingHtlcs(Iterable<? extends LightningApi.PendingHTLC>) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
addAllPendingOpenChannels(Iterable<? extends LightningApi.PendingChannelsResponse.PendingOpenChannel>) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending opening
addAllRouteHints(Iterable<? extends LightningApi.RouteHint>) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addAllRouteHints(Iterable<? extends LightningApi.RouteHint>) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
addAllRoutes(Iterable<? extends LightningApi.Route>) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
addAllRoutes(Iterable<? extends LightningApi.Route>) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The set of routes that should be used to attempt to complete the payment.
addAllTransactions(Iterable<? extends LightningApi.Transaction>) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
/ The list of transactions relevant to the wallet.
addAllUris(Iterable<String>) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The URIs of the current node.
addAllWaitingCloseChannels(Iterable<? extends LightningApi.PendingChannelsResponse.WaitingCloseChannel>) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels waiting for closing tx to confirm
addChains(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ A list of active chains the node is connected to
addChainsBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ A list of active chains the node is connected to
addChannelFees(LightningApi.ChannelFeeReport) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ An array of channel fee reports which describes the current fee schedule for each channel.
addChannelFees(int, LightningApi.ChannelFeeReport) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ An array of channel fee reports which describes the current fee schedule for each channel.
addChannelFees(LightningApi.ChannelFeeReport.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ An array of channel fee reports which describes the current fee schedule for each channel.
addChannelFees(int, LightningApi.ChannelFeeReport.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ An array of channel fee reports which describes the current fee schedule for each channel.
addChannelFeesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ An array of channel fee reports which describes the current fee schedule for each channel.
addChannelFeesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ An array of channel fee reports which describes the current fee schedule for each channel.
addChannels(LightningApi.ChannelCloseSummary) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
addChannels(int, LightningApi.ChannelCloseSummary) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
addChannels(LightningApi.ChannelCloseSummary.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
addChannels(int, LightningApi.ChannelCloseSummary.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
addChannels(LightningApi.Channel) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
/ The list of active channels
addChannels(int, LightningApi.Channel) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
/ The list of active channels
addChannels(LightningApi.Channel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
/ The list of active channels
addChannels(int, LightningApi.Channel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
/ The list of active channels
addChannelsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
addChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
addChannelsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
/ The list of active channels
addChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
/ The list of active channels
addChannelUpdates(LightningApi.ChannelEdgeUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
addChannelUpdates(int, LightningApi.ChannelEdgeUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
addChannelUpdates(LightningApi.ChannelEdgeUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
addChannelUpdates(int, LightningApi.ChannelEdgeUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
addChannelUpdatesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
addChannelUpdatesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
addCipherSeedMnemonic(String) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
addCipherSeedMnemonic(String) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
addCipherSeedMnemonicBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
addCipherSeedMnemonicBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
addClosedChans(LightningApi.ClosedChannelUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
addClosedChans(int, LightningApi.ClosedChannelUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
addClosedChans(LightningApi.ClosedChannelUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
addClosedChans(int, LightningApi.ClosedChannelUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
addClosedChansBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
addClosedChansBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
addDestAddresses(String) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ Addresses that received funds for this transaction
addDestAddressesBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ Addresses that received funds for this transaction
addEdges(LightningApi.ChannelEdge) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `ChannelEdge`s in this channel graph
addEdges(int, LightningApi.ChannelEdge) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `ChannelEdge`s in this channel graph
addEdges(LightningApi.ChannelEdge.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `ChannelEdge`s in this channel graph
addEdges(int, LightningApi.ChannelEdge.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `ChannelEdge`s in this channel graph
addEdgesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `ChannelEdge`s in this channel graph
addEdgesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `ChannelEdge`s in this channel graph
addForwardingEvents(LightningApi.ForwardingEvent) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ A list of forwarding events from the time slice of the time series specified in the request.
addForwardingEvents(int, LightningApi.ForwardingEvent) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ A list of forwarding events from the time slice of the time series specified in the request.
addForwardingEvents(LightningApi.ForwardingEvent.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ A list of forwarding events from the time slice of the time series specified in the request.
addForwardingEvents(int, LightningApi.ForwardingEvent.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ A list of forwarding events from the time slice of the time series specified in the request.
addForwardingEventsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ A list of forwarding events from the time slice of the time series specified in the request.
addForwardingEventsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ A list of forwarding events from the time slice of the time series specified in the request.
addHopHints(LightningApi.HopHint) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
addHopHints(int, LightningApi.HopHint) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
addHopHints(LightningApi.HopHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
addHopHints(int, LightningApi.HopHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
addHopHintsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
addHopHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
addHops(LightningApi.Hop) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
addHops(int, LightningApi.Hop) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
addHops(LightningApi.Hop.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
addHops(int, LightningApi.Hop.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
addHopsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
addHopsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
addInvoice(LightningApi.Invoice) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `addinvoice` AddInvoice attempts to add a new invoice to the invoice database.
addInvoice(LightningApi.Invoice) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `addinvoice` AddInvoice attempts to add a new invoice to the invoice database.
addInvoice(LightningApi.Invoice, StreamObserver<LightningApi.AddInvoiceResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `addinvoice` AddInvoice attempts to add a new invoice to the invoice database.
addInvoice(LightningApi.Invoice, StreamObserver<LightningApi.AddInvoiceResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `addinvoice` AddInvoice attempts to add a new invoice to the invoice database.
addInvoice(String, byte[], byte[], byte[], Long, Boolean, Long, Long, String, byte[], Long, String, Long, List<RouteHint>, Boolean, Long, Long, Long, StreamObserver<AddInvoiceResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a addInvoice request.
addInvoice(Invoice, StreamObserver<AddInvoiceResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a addInvoice request.
addInvoice(String, byte[], byte[], byte[], Long, Boolean, Long, Long, String, byte[], Long, String, Long, List<RouteHint>, Boolean, Long, Long, Long) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a addInvoice request.
addInvoice(Invoice) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a addInvoice request.
AddInvoiceResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for AddInvoiceResponse.
AddInvoiceResponse() - Constructor for class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
Empty Constructor
AddInvoiceResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
Json Parsing Constructor
AddInvoiceResponse(LightningApi.AddInvoiceResponse) - Constructor for class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
Constructor using underlying Lightning API Object
addInvoices(LightningApi.Invoice) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
addInvoices(int, LightningApi.Invoice) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
addInvoices(LightningApi.Invoice.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
addInvoices(int, LightningApi.Invoice.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
addInvoicesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
addInvoicesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
addNodes(LightningApi.LightningNode) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `LightningNode`s in this channel graph
addNodes(int, LightningApi.LightningNode) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `LightningNode`s in this channel graph
addNodes(LightningApi.LightningNode.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `LightningNode`s in this channel graph
addNodes(int, LightningApi.LightningNode.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `LightningNode`s in this channel graph
addNodesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `LightningNode`s in this channel graph
addNodesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `LightningNode`s in this channel graph
addNodeUpdates(LightningApi.NodeUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
addNodeUpdates(int, LightningApi.NodeUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
addNodeUpdates(LightningApi.NodeUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
addNodeUpdates(int, LightningApi.NodeUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
addNodeUpdatesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
addNodeUpdatesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
addPath(String) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The path this payment took
addPathBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The path this payment took
addPayments(LightningApi.Payment) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
/ The list of payments
addPayments(int, LightningApi.Payment) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
/ The list of payments
addPayments(LightningApi.Payment.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
/ The list of payments
addPayments(int, LightningApi.Payment.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
/ The list of payments
addPaymentsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
/ The list of payments
addPaymentsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
/ The list of payments
addPeers(LightningApi.Peer) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
/ The list of currently connected peers
addPeers(int, LightningApi.Peer) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
/ The list of currently connected peers
addPeers(LightningApi.Peer.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
/ The list of currently connected peers
addPeers(int, LightningApi.Peer.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
/ The list of currently connected peers
addPeersBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
/ The list of currently connected peers
addPeersBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
/ The list of currently connected peers
addPendingClosingChannels(LightningApi.PendingChannelsResponse.ClosedChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending closing
addPendingClosingChannels(int, LightningApi.PendingChannelsResponse.ClosedChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending closing
addPendingClosingChannels(LightningApi.PendingChannelsResponse.ClosedChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending closing
addPendingClosingChannels(int, LightningApi.PendingChannelsResponse.ClosedChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending closing
addPendingClosingChannelsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending closing
addPendingClosingChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending closing
addPendingForceClosingChannels(LightningApi.PendingChannelsResponse.ForceClosedChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending force closing
addPendingForceClosingChannels(int, LightningApi.PendingChannelsResponse.ForceClosedChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending force closing
addPendingForceClosingChannels(LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending force closing
addPendingForceClosingChannels(int, LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending force closing
addPendingForceClosingChannelsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending force closing
addPendingForceClosingChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending force closing
addPendingHtlcs(LightningApi.HTLC) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
addPendingHtlcs(int, LightningApi.HTLC) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
addPendingHtlcs(LightningApi.HTLC.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
addPendingHtlcs(int, LightningApi.HTLC.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
addPendingHtlcs(LightningApi.PendingHTLC) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
addPendingHtlcs(int, LightningApi.PendingHTLC) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
addPendingHtlcs(LightningApi.PendingHTLC.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
addPendingHtlcs(int, LightningApi.PendingHTLC.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
addPendingHtlcsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
addPendingHtlcsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
addPendingHtlcsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
addPendingHtlcsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
addPendingOpenChannels(LightningApi.PendingChannelsResponse.PendingOpenChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending opening
addPendingOpenChannels(int, LightningApi.PendingChannelsResponse.PendingOpenChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending opening
addPendingOpenChannels(LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending opening
addPendingOpenChannels(int, LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending opening
addPendingOpenChannelsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending opening
addPendingOpenChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending opening
ADDR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
ADDR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
ADDR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
ADDRESS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
ADDRESS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Peer
 
ADDRESSES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
ADDRESSES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
addRouteHints(LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addRouteHints(LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addRouteHints(LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
addRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
addRouteHints(LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
addRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
addRouteHintsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addRouteHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addRouteHintsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
addRouteHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
addRoutes(LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
addRoutes(int, LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
addRoutes(LightningApi.Route.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
addRoutes(int, LightningApi.Route.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
addRoutes(LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The set of routes that should be used to attempt to complete the payment.
addRoutes(int, LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The set of routes that should be used to attempt to complete the payment.
addRoutes(LightningApi.Route.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The set of routes that should be used to attempt to complete the payment.
addRoutes(int, LightningApi.Route.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The set of routes that should be used to attempt to complete the payment.
addRoutesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
addRoutesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
addRoutesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The set of routes that should be used to attempt to complete the payment.
addRoutesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The set of routes that should be used to attempt to complete the payment.
ADDRTOAMOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
addrToAmountEntries - Variable in class org.lightningj.lnd.wrapper.message.SendManyRequest
 
AddrToAmountEntries() - Constructor for class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntries
 
AddrToAmountEntry() - Constructor for class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
Empty Constructor
AddrToAmountEntry(String, long) - Constructor for class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
Json Parsing Constructor
addTransactions(LightningApi.Transaction) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
/ The list of transactions relevant to the wallet.
addTransactions(int, LightningApi.Transaction) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
/ The list of transactions relevant to the wallet.
addTransactions(LightningApi.Transaction.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
/ The list of transactions relevant to the wallet.
addTransactions(int, LightningApi.Transaction.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
/ The list of transactions relevant to the wallet.
addTransactionsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
/ The list of transactions relevant to the wallet.
addTransactionsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
/ The list of transactions relevant to the wallet.
addUris(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The URIs of the current node.
addUrisBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The URIs of the current node.
addWaitingCloseChannels(LightningApi.PendingChannelsResponse.WaitingCloseChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels waiting for closing tx to confirm
addWaitingCloseChannels(int, LightningApi.PendingChannelsResponse.WaitingCloseChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels waiting for closing tx to confirm
addWaitingCloseChannels(LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels waiting for closing tx to confirm
addWaitingCloseChannels(int, LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels waiting for closing tx to confirm
addWaitingCloseChannelsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels waiting for closing tx to confirm
addWaitingCloseChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels waiting for closing tx to confirm
ADVERTISING_NODE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
AEZEED_PASSPHRASE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
AEZEED_PASSPHRASE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
ALIAS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
ALIAS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
ALIAS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
AMOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.HTLC
 
AMOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
AMOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
AMOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Transaction
 
AMT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
AMT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
AMT_IN_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
AMT_OUT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
AMT_PAID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
AMT_TO_FORWARD_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Hop
 
AMT_TO_FORWARD_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Hop
 
API - Class in org.lightningj.lnd.wrapper
Base class for Wrapping API implementations.
API(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.API
Minimal constructor for setting up a connection with LND Application.
API(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.API
Constructor for setting up a connection with LND Application with more flexible SSL context parameters and macaroon Context.
API(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.API
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AsynchronousAPI - Class in org.lightningj.lnd.wrapper
Base call for all Asynchronous API implementations.
AsynchronousAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.AsynchronousAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.AsynchronousAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.AsynchronousAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AsynchronousLndAPI - Class in org.lightningj.lnd.wrapper
API Class for generating asynchronous API calls to LDN server using wrapped objects.
AsynchronousLndAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousLndAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousLndAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AsynchronousWalletUnlockerAPI - Class in org.lightningj.lnd.wrapper
API Class for generating asynchronous API calls to LDN server using wrapped objects.
AsynchronousWalletUnlockerAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousWalletUnlockerAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousWalletUnlockerAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AVG_CHANNEL_SIZE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
AVG_OUT_DEGREE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 

B

BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
BASE_FEE_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
BASE_FEE_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
BEST_HEADER_TIMESTAMP_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
bindService() - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
 
bindService() - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerImplBase
 
BLOCK_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
BLOCK_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Transaction
 
BLOCK_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
BLOCK_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
BLOCK_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Transaction
 
BLOCK_SHA_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
BLOCKS_TIL_MATURITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
BLOCKS_TIL_MATURITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
BREACH_CLOSE_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
BREACH_CLOSE = 3;
BREACH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerBlockingStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerFutureStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerStub
 
builder - Variable in class org.lightningj.lnd.wrapper.Message
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
BYTES_RECV_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Peer
 
BYTES_SENT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Peer
 

C

CAPACITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
 
CAPACITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
CAPACITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
CAPACITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
CAPACITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
CAPACITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
CHAIN_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
CHAINS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
CHAN_CAPACITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Hop
 
CHAN_CLOSE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
CHAN_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
CHAN_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
 
CHAN_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
CHAN_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
CHAN_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
CHAN_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Hop
 
CHAN_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.HopHint
 
CHAN_ID_IN_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
CHAN_ID_OUT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
CHAN_OPEN_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
CHAN_PENDING_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
CHAN_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
CHAN_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
CHAN_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
CHAN_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
CHAN_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
changePassword(LightningApi.ChangePasswordRequest) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerBlockingStub
lncli: `changepassword` ChangePassword changes the password of the encrypted wallet.
changePassword(LightningApi.ChangePasswordRequest) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerFutureStub
lncli: `changepassword` ChangePassword changes the password of the encrypted wallet.
changePassword(LightningApi.ChangePasswordRequest, StreamObserver<LightningApi.ChangePasswordResponse>) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerImplBase
lncli: `changepassword` ChangePassword changes the password of the encrypted wallet.
changePassword(LightningApi.ChangePasswordRequest, StreamObserver<LightningApi.ChangePasswordResponse>) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerStub
lncli: `changepassword` ChangePassword changes the password of the encrypted wallet.
changePassword(byte[], byte[], StreamObserver<ChangePasswordResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
Method to generate a changePassword request.
changePassword(ChangePasswordRequest, StreamObserver<ChangePasswordResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
Method to send a changePassword request.
changePassword(byte[], byte[]) - Method in class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
Method to generate a changePassword request.
changePassword(ChangePasswordRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
Method to send a changePassword request.
ChangePasswordRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ChangePasswordRequest.
ChangePasswordRequest() - Constructor for class org.lightningj.lnd.wrapper.message.ChangePasswordRequest
Empty Constructor
ChangePasswordRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChangePasswordRequest
Json Parsing Constructor
ChangePasswordRequest(LightningApi.ChangePasswordRequest) - Constructor for class org.lightningj.lnd.wrapper.message.ChangePasswordRequest
Constructor using underlying Lightning API Object
ChangePasswordResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ChangePasswordResponse.
ChangePasswordResponse() - Constructor for class org.lightningj.lnd.wrapper.message.ChangePasswordResponse
Empty Constructor
ChangePasswordResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChangePasswordResponse
Json Parsing Constructor
ChangePasswordResponse(LightningApi.ChangePasswordResponse) - Constructor for class org.lightningj.lnd.wrapper.message.ChangePasswordResponse
Constructor using underlying Lightning API Object
ChanInfoRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ChanInfoRequest.
ChanInfoRequest() - Constructor for class org.lightningj.lnd.wrapper.message.ChanInfoRequest
Empty Constructor
ChanInfoRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChanInfoRequest
Json Parsing Constructor
ChanInfoRequest(LightningApi.ChanInfoRequest) - Constructor for class org.lightningj.lnd.wrapper.message.ChanInfoRequest
Constructor using underlying Lightning API Object
channel - Variable in class org.lightningj.lnd.wrapper.API
 
Channel - Class in org.lightningj.lnd.wrapper.message
Wrapper class for Channel.
Channel() - Constructor for class org.lightningj.lnd.wrapper.message.Channel
Empty Constructor
Channel(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.Channel
Json Parsing Constructor
Channel(LightningApi.Channel) - Constructor for class org.lightningj.lnd.wrapper.message.Channel
Constructor using underlying Lightning API Object
CHANNEL_FEES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
CHANNEL_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
CHANNEL_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
CHANNEL_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
CHANNEL_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
CHANNEL_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
CHANNEL_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
 
CHANNEL_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
CHANNEL_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
CHANNEL_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
CHANNEL_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
CHANNEL_UPDATES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
channelBalance(LightningApi.ChannelBalanceRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `channelbalance` ChannelBalance returns the total funds available across all open channels in satoshis.
channelBalance(LightningApi.ChannelBalanceRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `channelbalance` ChannelBalance returns the total funds available across all open channels in satoshis.
channelBalance(LightningApi.ChannelBalanceRequest, StreamObserver<LightningApi.ChannelBalanceResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `channelbalance` ChannelBalance returns the total funds available across all open channels in satoshis.
channelBalance(LightningApi.ChannelBalanceRequest, StreamObserver<LightningApi.ChannelBalanceResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `channelbalance` ChannelBalance returns the total funds available across all open channels in satoshis.
channelBalance(StreamObserver<ChannelBalanceResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a channelBalance request.
channelBalance(ChannelBalanceRequest, StreamObserver<ChannelBalanceResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a channelBalance request.
channelBalance() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a channelBalance request.
channelBalance(ChannelBalanceRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a channelBalance request.
ChannelBalanceRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ChannelBalanceRequest.
ChannelBalanceRequest() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBalanceRequest
Empty Constructor
ChannelBalanceRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBalanceRequest
Json Parsing Constructor
ChannelBalanceRequest(LightningApi.ChannelBalanceRequest) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBalanceRequest
Constructor using underlying Lightning API Object
ChannelBalanceResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ChannelBalanceResponse.
ChannelBalanceResponse() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
Empty Constructor
ChannelBalanceResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
Json Parsing Constructor
ChannelBalanceResponse(LightningApi.ChannelBalanceResponse) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
Constructor using underlying Lightning API Object
ChannelCloseSummary - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ChannelCloseSummary.
ChannelCloseSummary() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Empty Constructor
ChannelCloseSummary(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Json Parsing Constructor
ChannelCloseSummary(LightningApi.ChannelCloseSummary) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Constructor using underlying Lightning API Object
ChannelCloseSummary.ClosureType - Enum in org.lightningj.lnd.wrapper.message
Inner enum ClosureType for class ChannelCloseSummary
ChannelCloseUpdate - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ChannelCloseUpdate.
ChannelCloseUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
Empty Constructor
ChannelCloseUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
Json Parsing Constructor
ChannelCloseUpdate(LightningApi.ChannelCloseUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
Constructor using underlying Lightning API Object
ChannelEdge - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ChannelEdge.
ChannelEdge() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelEdge
Empty Constructor
ChannelEdge(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelEdge
Json Parsing Constructor
ChannelEdge(LightningApi.ChannelEdge) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelEdge
Constructor using underlying Lightning API Object
ChannelEdgeUpdate - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ChannelEdgeUpdate.
ChannelEdgeUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
Empty Constructor
ChannelEdgeUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
Json Parsing Constructor
ChannelEdgeUpdate(LightningApi.ChannelEdgeUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
Constructor using underlying Lightning API Object
ChannelFeeReport - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ChannelFeeReport.
ChannelFeeReport() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelFeeReport
Empty Constructor
ChannelFeeReport(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelFeeReport
Json Parsing Constructor
ChannelFeeReport(LightningApi.ChannelFeeReport) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelFeeReport
Constructor using underlying Lightning API Object
ChannelGraph - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ChannelGraph.
ChannelGraph() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelGraph
Empty Constructor
ChannelGraph(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelGraph
Json Parsing Constructor
ChannelGraph(LightningApi.ChannelGraph) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelGraph
Constructor using underlying Lightning API Object
ChannelGraphRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ChannelGraphRequest.
ChannelGraphRequest() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelGraphRequest
Empty Constructor
ChannelGraphRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelGraphRequest
Json Parsing Constructor
ChannelGraphRequest(LightningApi.ChannelGraphRequest) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelGraphRequest
Constructor using underlying Lightning API Object
ChannelOpenUpdate - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ChannelOpenUpdate.
ChannelOpenUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelOpenUpdate
Empty Constructor
ChannelOpenUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelOpenUpdate
Json Parsing Constructor
ChannelOpenUpdate(LightningApi.ChannelOpenUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelOpenUpdate
Constructor using underlying Lightning API Object
ChannelPoint - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ChannelPoint.
ChannelPoint() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelPoint
Empty Constructor
ChannelPoint(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelPoint
Json Parsing Constructor
ChannelPoint(LightningApi.ChannelPoint) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelPoint
Constructor using underlying Lightning API Object
CHANNELS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
CHANNELS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
CIPHER_SEED_MNEMONIC_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
CIPHER_SEED_MNEMONIC_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
clear() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
clearActive() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ Whether this channel is active or not
clearActiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
bool active_only = 1;
clearAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
The "add" index of this invoice.
clearAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
The "add" index of this invoice.
clearAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
If specified (non-zero), then we'll first start by sending out notifications for all added indexes with an add_index greater than this value.
clearAddr() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
/ Lightning address of the peer, in the format `<pubkey>@host`
clearAddr() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
string addr = 2[json_name = "addr"];
clearAddr() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
/ The address to send coins to
clearAddress() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
/ The newly generated wallet address
clearAddress() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Network address of the peer; eg `127.0.0.1:10011`
clearAddresses() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
clearAddresses() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
repeated string addresses = 1;
clearAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
clearAdvertisingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
string advertising_node = 5;
clearAezeedPassphrase() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
aezeed_passphrase is an optional user provided passphrase that will be used to encrypt the generated aezeed cipher seed.
clearAezeedPassphrase() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
aezeed_passphrase is an optional user provided passphrase that will be used to encrypt the generated aezeed cipher seed.
clearAlias() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ If applicable, the alias of the current node, e.g.
clearAlias() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
string alias = 3[json_name = "alias"];
clearAlias() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
string alias = 4;
clearAmount() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
int64 amount = 2[json_name = "amount"];
clearAmount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
/ The total value of the htlc
clearAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
/ The amount in satoshis to send
clearAmount() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ The transaction ammount, denominated in satoshis
clearAmt() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
/ The amount to send expressed in satoshis
clearAmt() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
/ Number of satoshis to send.
clearAmtIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
/ The total amount of the incoming HTLC that created half the circuit.
clearAmtOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
/ The total amount of the outgoign HTLC that created the second half of the circuit.
clearAmtPaid() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
The amount that was accepted for this invoice.
clearAmtToForward() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
Deprecated.
clearAmtToForwardMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
int64 amt_to_forward_msat = 6[json_name = "amt_to_forward_msat"];
clearAvgChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
double avg_channel_size = 7[json_name = "avg_channel_size"];
clearAvgOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
double avg_out_degree = 2[json_name = "avg_out_degree"];
clearBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
/ Sum of channels balances denominated in satoshis
clearBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
/ The base fee charged regardless of the number of milli-satoshis sent.
clearBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ The base fee charged regardless of the number of milli-satoshis sent.
clearBestHeaderTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ Timestamp of the block best known to the wallet
clearBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The node's current view of the hash of the best block
clearBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ The hash of the block this transaction was included in
clearBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
int32 block_height = 2;
clearBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The node's current view of the height of the best block
clearBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ The height of the block this transaction was included in
clearBlockSha() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
bytes block_sha = 1;
clearBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
Remaining # of blocks until the commitment output can be swept.
clearBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
The number of blocks remaining until the current stage can be swept.
clearBreach() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
bool breach = 4;
clearBytesRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Bytes of data transmitted from this peer
clearBytesSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Bytes of data transmitted to this peer
clearCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ The total amount of funds held in this channel
clearCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ Total capacity of the channel.
clearCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
int64 capacity = 6[json_name = "capacity"];
clearCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
int64 capacity = 3;
clearCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
int64 capacity = 2;
clearCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
int64 capacity = 3[json_name = "capacity"];
clearChainHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The hash of the genesis block that this channel resides within.
clearChains() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ A list of active chains the node is connected to
clearChanCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
int64 chan_capacity = 2[json_name = "chan_capacity"];
clearChanClose() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
clearChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
The unique channel ID for the channel.
clearChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The unique channel ID for the channel.
clearChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The unique channel ID for the channel.
clearChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
The unique channel ID for the channel.
clearChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
The unique channel ID for the channel.
clearChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
The unique channel ID for the channel.
clearChanId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
/ The unique identifier of the channel.
clearChanIdIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
/ The incoming channel ID that carried the HTLC that created the circuit.
clearChanIdOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
/ The outgoing channel ID that carried the preimage that completed the circuit.
clearChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
/ The pending channel to be closed
clearChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The pending channel to be force closed
clearChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
/ The pending channel
clearChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
/ The pending channel waiting for closing tx to confirm
clearChannelFees() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ An array of channel fee reports which describes the current fee schedule for each channel.
clearChannelId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
The unique channel ID for the channel.
clearChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The outpoint (txid:index) of the funding transaction.
clearChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The outpoint (txid:index) of the funding transaction.
clearChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
clearChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
The outpoint (txid:index) of the funding transaction.
clearChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
string channel_point = 2[json_name = "channel_point"];
clearChannels() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
clearChannels() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
/ The list of active channels
clearChannelUpdates() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
clearChanOpen() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
clearChanPending() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
clearChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
string chan_point = 2[json_name = "chan_point"];
clearChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
.lnrpc.ChannelPoint chan_point = 2;
clearChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
/ The channel that this fee report belongs to.
clearChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
.lnrpc.ChannelPoint chan_point = 4;
clearChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ If set, this update will target a specific channel.
clearCipherSeedMnemonic() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
clearCipherSeedMnemonic() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
clearClosedChans() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
clearClosedHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
uint32 closed_height = 3;
clearCloseHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ Height at which the funding transaction was spent.
clearClosePending() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
clearCloseType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ Details on how the channel was closed.
clearClosingTxHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The txid of the transaction which ultimately closed this channel.
clearClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
bytes closing_txid = 1[json_name = "closing_txid"];
clearClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
/ The transaction id of the closing transaction
clearClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The transaction id of the closing transaction
clearCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ Delta to use for the time-lock of the CLTV extended to the final hop.
clearCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
int64 cltv_expiry = 9[json_name = "cltv_expiry"];
clearCltvExpiryDelta() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
/ The time-lock delta of the channel.
clearColor() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
string color = 5[json_name = "color"];
clearCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The amount calculated to be paid in fees for the current set of commitment transactions.
clearCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
The amount calculated to be paid in fees for the current set of commitment transactions.
clearCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ The weight of the commitment transaction
clearCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
/ The weight of the commitment transaction
clearConfirmation() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
clearConfirmation() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
clearConfirmationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
/ The height at which this channel will be confirmed
clearConfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
/ The confirmed balance of a wallet(with >= 1 confirmations)
clearConnectingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
string connecting_node = 6;
clearCooperative() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
bool cooperative = 1;
clearCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ When this invoice was created
clearCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The date of this payment
clearCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The CSV delay expressed in relative blocks.
clearCurrentPassword() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
current_password should be the current valid passphrase used to unlock the daemon.
clearDayFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 24 hrs.
clearDescription() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string description = 6[json_name = "description"];
clearDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Hash (SHA-256) of a description of the payment.
clearDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string description_hash = 7[json_name = "description_hash"];
clearDest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
/ The identity pubkey of the payment recipient
clearDestAddresses() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ Addresses that received funds for this transaction
clearDestination() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string destination = 1[json_name = "destination"];
clearDestString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
/ The hex-encoded identity pubkey of the payment recipient
clearDisabled() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
bool disabled = 5[json_name = "disabled"];
clearEdges() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `ChannelEdge`s in this channel graph
clearEncipheredSeed() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
enciphered_seed are the raw aezeed cipher seed bytes.
clearEndTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
/ End time is the end point of the forwarding history request.
clearExpirationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
uint32 expiration_height = 4[json_name = "expiration_height"];
clearExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
uint32 expiry = 5[json_name = "expiry"];
clearExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ Payment request expiry time in seconds.
clearExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
int64 expiry = 5[json_name = "expiry"];
clearFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ Fallback on-chain address.
clearFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string fallback_addr = 8[json_name = "fallback_addr"];
clearFee() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
/ The total fee that this payment circuit carried.
clearFee() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
Deprecated.
clearFee() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The fee paid for this payment in satoshis
clearFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
/ The base fee of the channel denominated in millisatoshis.
clearFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
int64 fee_base_msat = 3[json_name = "fee_base_msat"];
clearFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
The maximum number of satoshis that will be paid as a fee of the payment.
clearFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
The maximum number of satoshis that will be paid as a fee of the payment.
clearFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
int64 fee_msat = 7[json_name = "fee_msat"];
clearFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The required number of satoshis per kilo-weight that the requester will pay at all times, for both the funding transaction and commitment transaction.
clearFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
The required number of satoshis per kilo-weight that the requester will pay at all times, for both the funding transaction and commitment transaction.
clearFeePerMil() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
/ The amount charged per milli-satoshis transferred expressed in millionths of a satoshi.
clearFeeProportionalMillionths() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
The fee rate of the channel for sending one satoshi across it denominated in millionths of a satoshi.
clearFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
/ The effective fee rate in milli-satoshis.
clearFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ The effective fee rate in milli-satoshis.
clearFeeRateMilliMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
int64 fee_rate_milli_msat = 4[json_name = "fee_rate_milli_msat"];
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
clearFinalCltvDelta() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
/ An optional CLTV delta from the current height that should be used for the timelock of the final hop
clearFinalCltvDelta() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
The CLTV delta from the current height that should be used to set the timelock for the final hop.
clearFixed() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
/ The fee limit expressed as a fixed amount of satoshis.
clearForce() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
/ If true, then the channel will be closed forcibly.
clearForwardingEvents() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ A list of forwarding events from the time slice of the time series specified in the request.
clearFundingCanceled() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
bool funding_canceled = 5;
clearFundingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
clearFundingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
/ Txid of the funding transaction
clearFundingTxidStr() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
/ Hex-encoded string representing the funding transaction
clearGlobal() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ If set, then this update applies to all currently active channels.
clearGlobalFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
bytes global_features = 3;
clearGraphDiameter() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
uint32 graph_diameter = 1[json_name = "graph_diameter"];
clearHashLock() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
bytes hash_lock = 3[json_name = "hash_lock"];
clearHopHints() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
clearHops() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
clearHost() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
/ The network location of the lightning node, e.g.
clearIdentityKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
string identity_key = 2;
clearIdentityPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The identity pubkey of the current node.
clearInactiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
bool inactive_only = 2;
clearInbound() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ A channel is inbound if the counterparty initiated the channel
clearIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
bool incoming = 1[json_name = "incoming"];
clearIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
/ The direction within the channel that the htlc was sent
clearIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
/ Index offset is the offset in the time series to start at.
clearIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
The offset in the time series to start at.
clearInvoices() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
clearLastIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
The index of the last time in the set of returned invoices.
clearLastOffsetIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ The index of the last time in the set of returned forwarding events.
clearLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
uint32 last_update = 3[json_name = "last_update"];
clearLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
uint32 last_update = 1[json_name = "last_update"];
clearLevelSpec() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
string level_spec = 2;
clearLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The balance in satoshis encumbered in this pending channel
clearLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
/ The balance in satoshis encumbered in this channel
clearLimit() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
clearLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ This node's current balance in this channel
clearLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
int64 local_balance = 4[json_name = "local_balance"];
clearLocalForce() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
bool local_force = 2;
clearLocalFundingAmount() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The number of satoshis the wallet should commit to the channel
clearMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The height at which funds can be sweeped into the wallet
clearMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
/ The next block height at which we can spend the current stage
clearMaxChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
int64 max_channel_size = 9[json_name = "max_channel_size"];
clearMaxOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
uint32 max_out_degree = 3[json_name = "max_out_degree"];
clearMemo() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
An optional memo to attach along with the invoice.
clearMinChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
int64 min_channel_size = 8[json_name = "min_channel_size"];
clearMinConfs() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The minimum number of confirmations each one of your outputs used for the funding transaction must satisfy.
clearMinHtlc() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
int64 min_htlc = 2[json_name = "min_htlc"];
clearMinHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The minimum value in millisatoshi we will require for incoming HTLCs on the channel.
clearMonthFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 month.
clearMsg() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
/ The message to be signed
clearMsg() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
/ The message over which the signature is to be verified
clearNetwork() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
string network = 1[json_name = "network"];
clearNewPassword() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
new_password should be the new passphrase that will be needed to unlock the daemon.
clearNode() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
An individual vertex/node within the channel graph.
clearNode1Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
clearNode1Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
string node1_pub = 4[json_name = "node1_pub"];
clearNode2Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
clearNode2Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
string node2_pub = 5[json_name = "node2_pub"];
clearNodeId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
/ The public key of the node at the start of the channel.
clearNodePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The pubkey of the node to open a channel with
clearNodePubkeyString() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The hex encoded pubkey of the node to open a channel with
clearNodes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `LightningNode`s in this channel graph
clearNodeUpdates() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
clearNumActiveChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ Number of active channels
clearNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
uint32 num_channels = 5[json_name = "num_channels"];
clearNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
uint32 num_channels = 2[json_name = "num_channels"];
clearNumConfirmations() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ The number of confirmations
clearNumConfsLeft() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
uint32 num_confs_left = 3;
clearNumMaxEvents() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
/ The max number of events to return in the response to this query.
clearNumMaxInvoices() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
/ The max number of invoices to return in the response to this query.
clearNumNodes() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
uint32 num_nodes = 4[json_name = "num_nodes"];
clearNumPeers() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ Number of peers
clearNumPendingChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ Number of pending channels
clearNumRoutes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
/ The max number of routes to return.
clearNumSatoshis() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
int64 num_satoshis = 3[json_name = "num_satoshis"];
clearNumUpdates() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The total number of updates conducted within this channel.
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
clearOutpoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
/ The final output to be swept back to the user's wallet
clearOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
/ The index of the output of the funding transaction
clearOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
uint32 output_index = 2[json_name = "output_index"];
clearPath() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The path this payment took
clearPaymentError() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
string payment_error = 1[json_name = "payment_error"];
clearPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The payment hash
clearPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string payment_hash = 2[json_name = "payment_hash"];
clearPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
/ The hash to use within the payment's HTLC
clearPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The payment hash to use for the HTLC.
clearPaymentHashString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
/ The hex-encoded hash to use within the payment's HTLC
clearPaymentHashString() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ An optional hex-encoded payment hash to be used for the HTLC.
clearPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The payment preimage
clearPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
bytes payment_preimage = 2[json_name = "payment_preimage"];
clearPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
A bare-bones invoice for a payment within the Lightning Network.
clearPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
A bare-bones invoice for a payment within the Lightning Network.
clearPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
A bare-bones invoice for a payment within the Lightning Network.
clearPaymentRoute() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
clearPayments() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
/ The list of payments
clearPayReq() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
/ The payment request string to be decoded
clearPeers() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
/ The list of currently connected peers
clearPendingClosingChannels() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending closing
clearPendingForceClosingChannels() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending force closing
clearPendingHtlcs() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
clearPendingHtlcs() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
clearPendingOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
/ If set, only unsettled invoices will be returned in the response.
clearPendingOpenBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
/ Sum of channels pending balances denominated in satoshis
clearPendingOpenChannels() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending opening
clearPercent() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
/ The fee limit expressed as a percentage of the payment amount.
clearPerm() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
If set, the daemon will attempt to persistently connect to the target peer.
clearPingTime() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Ping time to this peer
clearPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ Whether this channel is advertised to the network or not
clearPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ Whether this invoice should include routing hints for private channels.
clearPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ Whether this channel should be private, not announced to the greater network.
clearPrivateOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
bool private_only = 4;
clearPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
/ The pubkey of the node to disconnect from
clearPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
/ The identity pubkey of the Lightning node
clearPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
string pub_key = 2[json_name = "pub_key"];
clearPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
/ The 33-byte hex-encoded compressed public of the target node
clearPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ The identity pubkey of the peer
clearPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
/ The 33-byte hex-encoded public key for the payment destination
clearPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
/ The pubkey recovered from the signature
clearPublicOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
bool public_only = 3;
clearPushSat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The number of satoshis to push to the remote side as part of the initial commitment state
clearReceipt() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ An optional cryptographic receipt of payment
clearRecoveredBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The total value of funds successfully recovered from this channel
clearRecoveryWindow() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
recovery_window is an optional argument specifying the address lookahead when restoring a wallet seed.
clearRecoveryWindow() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
recovery_window is an optional argument specifying the address lookahead when restoring a wallet seed.
clearRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ The counterparty's current balance in this channel
clearRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
int64 remote_balance = 5[json_name = "remote_balance"];
clearRemoteCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The delay we require on the remote's commitment transaction.
clearRemoteForce() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
bool remote_force = 3;
clearRemoteNodePub() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
string remote_node_pub = 1[json_name = "remote_node_pub"];
clearRemotePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ The identity pubkey of the remote node
clearRemotePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ Public key of the remote peer that we formerly had a channel with.
clearRHash() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
bytes r_hash = 1[json_name = "r_hash"];
clearRHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ The hash of the preimage
clearRHash() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
/ The payment hash of the invoice to be looked up.
clearRHashStr() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
The hex-encoded payment hash of the invoice to be looked up.
clearRouteHints() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
clearRouteHints() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
clearRoutes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
clearRoutes() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The set of routes that should be used to attempt to complete the payment.
clearRoutingPolicy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
.lnrpc.RoutingPolicy routing_policy = 4;
clearRPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
The hex-encoded preimage (32 byte) which will allow settling an incoming HTLC payable to this preimage
clearSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
/ A manual fee rate set in sat/byte that should be used when crafting the closure transaction.
clearSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ A manual fee rate set in sat/byte that should be used when crafting the funding transaction.
clearSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
clearSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
clearSatRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Satoshis received from this peer
clearSatSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Satoshis sent to this peer
clearScope() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
clearSeedEntropy() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
seed_entropy is an optional 16-bytes generated via CSPRNG.
clearSettled() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ Whether this invoice has been fulfilled
clearSettleDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ When this invoice was settled
clearSettledBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ Settled balance at the time of channel closure
clearSettleIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
The "settle" index of this invoice.
clearSettleIndex() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
If specified (non-zero), then we'll first start by sending out notifications for all settled indexes with an settle_index greater than this value.
clearShow() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
bool show = 1;
clearSignature() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
/ The signature for the given message
clearSignature() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
/ The signature to be verified over the given message
clearStage() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
/ Indicates whether the htlc is in its first or second stage of recovery
clearStartTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
/ Start time is the starting point of the forwarding history request.
clearSubSystems() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
string sub_systems = 1[json_name = "sub_systems"];
clearSuccess() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
bool success = 2[json_name = "success"];
clearSyncedToChain() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ Whether the wallet's view is synced to the main chain
clearTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
/ The target number of blocks that the closure transaction should be confirmed by.
clearTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The target number of blocks that the funding transaction should be confirmed by.
clearTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
/ The target number of blocks that this transaction should be confirmed by.
clearTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
/ The target number of blocks that this transaction should be confirmed by.
clearTestnet() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ Whether the current node is connected to testnet
clearTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ The required timelock delta for HTLCs forwarded over the channel.
clearTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
uint32 time_lock_delta = 1[json_name = "time_lock_delta"];
clearTimeLockedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The sum of all the time-locked outputs at the time of channel closure
clearTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
/ Timestamp is the time (unix epoch offset) that this circuit was completed.
clearTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
int64 timestamp = 4[json_name = "timestamp"];
clearTimeStamp() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ Timestamp of this transaction
clearTotalAmt() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Deprecated.
clearTotalAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
The total amount in millisatoshis.
clearTotalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
/ The balance of the wallet
clearTotalCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
int64 total_capacity = 3[json_name = "total_capacity"];
clearTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Deprecated.
clearTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ Fees paid for this transaction
clearTotalFeesMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
The total fees in millisatoshis.
clearTotalLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ The balance in satoshis encumbered in pending channels
clearTotalNetworkCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
int64 total_network_capacity = 6[json_name = "total_network_capacity"];
clearTotalSatoshisReceived() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The total number of satoshis we've received within this channel.
clearTotalSatoshisSent() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The total number of satoshis we've sent within this channel.
clearTotalTimeLock() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
The cumulative (final) time lock across the entire route.
clearTransactions() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
/ The list of transactions relevant to the wallet.
clearTxHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ The transaction hash
clearTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
bytes txid = 1[json_name = "txid"];
clearTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
/ The transaction ID of the transaction
clearTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
/ The id of the transaction
clearType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
/ The address type
clearUnconfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
/ The unconfirmed balance of a wallet(with 0 confirmations)
clearUnsettledBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ The unsettled balance in this channel
clearUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
clearUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
clearUris() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The URIs of the current node.
clearValid() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
/ Whether the signature was valid over the given message
clearValue() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ The value of this invoice in satoshis
clearValue() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The value of the payment in satoshis
clearVersion() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The version of the LND software that the node is running.
clearWaitingCloseChannels() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels waiting for closing tx to confirm
clearWalletPassword() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
wallet_password is the passphrase that should be used to encrypt the wallet.
clearWalletPassword() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
wallet_password should be the current valid passphrase for the daemon.
clearWeekFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 week.
ClientSideException - Exception in org.lightningj.lnd.wrapper
Exception indicating an error occurred on client side which indicate there is some problem on the client side such as invalid request data.
ClientSideException(String, Status) - Constructor for exception org.lightningj.lnd.wrapper.ClientSideException
Exception indicating an error occurred on client side which indicate there is some problem on the client side such as invalid request data.
ClientSideException(String, Status, Throwable) - Constructor for exception org.lightningj.lnd.wrapper.ClientSideException
Exception indicating an error occurred on client side which indicate there is some problem on the client side such as invalid request data.
clone() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
clone() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
close() - Method in class org.lightningj.lnd.wrapper.API
Method to close underlying channel and free resources.
CLOSE_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
CLOSE_PENDING_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
CLOSE_TYPE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
closeChannel(LightningApi.CloseChannelRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `closechannel` CloseChannel attempts to close an active channel identified by its channel outpoint (ChannelPoint).
closeChannel(LightningApi.CloseChannelRequest, StreamObserver<LightningApi.CloseStatusUpdate>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `closechannel` CloseChannel attempts to close an active channel identified by its channel outpoint (ChannelPoint).
closeChannel(LightningApi.CloseChannelRequest, StreamObserver<LightningApi.CloseStatusUpdate>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `closechannel` CloseChannel attempts to close an active channel identified by its channel outpoint (ChannelPoint).
closeChannel(ChannelPoint, Boolean, Integer, Long, StreamObserver<CloseStatusUpdate>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a closeChannel request.
closeChannel(CloseChannelRequest, StreamObserver<CloseStatusUpdate>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a closeChannel request.
closeChannel(ChannelPoint, Boolean, Integer, Long) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a closeChannel request.
closeChannel(CloseChannelRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a closeChannel request.
CloseChannelRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for CloseChannelRequest.
CloseChannelRequest() - Constructor for class org.lightningj.lnd.wrapper.message.CloseChannelRequest
Empty Constructor
CloseChannelRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.CloseChannelRequest
Json Parsing Constructor
CloseChannelRequest(LightningApi.CloseChannelRequest) - Constructor for class org.lightningj.lnd.wrapper.message.CloseChannelRequest
Constructor using underlying Lightning API Object
CLOSED_CHANS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
CLOSED_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
ClosedChannel() - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
Empty Constructor
ClosedChannel(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
Json Parsing Constructor
ClosedChannel(LightningApi.PendingChannelsResponse.ClosedChannel) - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
Constructor using underlying Lightning API Object
closedChannels(LightningApi.ClosedChannelsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `closedchannels` ClosedChannels returns a description of all the closed channels that this node was a participant in.
closedChannels(LightningApi.ClosedChannelsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `closedchannels` ClosedChannels returns a description of all the closed channels that this node was a participant in.
closedChannels(LightningApi.ClosedChannelsRequest, StreamObserver<LightningApi.ClosedChannelsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `closedchannels` ClosedChannels returns a description of all the closed channels that this node was a participant in.
closedChannels(LightningApi.ClosedChannelsRequest, StreamObserver<LightningApi.ClosedChannelsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `closedchannels` ClosedChannels returns a description of all the closed channels that this node was a participant in.
closedChannels(Boolean, Boolean, Boolean, Boolean, Boolean, StreamObserver<ClosedChannelsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a closedChannels request.
closedChannels(ClosedChannelsRequest, StreamObserver<ClosedChannelsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a closedChannels request.
closedChannels(Boolean, Boolean, Boolean, Boolean, Boolean) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a closedChannels request.
closedChannels(ClosedChannelsRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a closedChannels request.
ClosedChannelsRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ClosedChannelsRequest.
ClosedChannelsRequest() - Constructor for class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
Empty Constructor
ClosedChannelsRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
Json Parsing Constructor
ClosedChannelsRequest(LightningApi.ClosedChannelsRequest) - Constructor for class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
Constructor using underlying Lightning API Object
ClosedChannelsResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ClosedChannelsResponse.
ClosedChannelsResponse() - Constructor for class org.lightningj.lnd.wrapper.message.ClosedChannelsResponse
Empty Constructor
ClosedChannelsResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ClosedChannelsResponse
Json Parsing Constructor
ClosedChannelsResponse(LightningApi.ClosedChannelsResponse) - Constructor for class org.lightningj.lnd.wrapper.message.ClosedChannelsResponse
Constructor using underlying Lightning API Object
ClosedChannelUpdate - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ClosedChannelUpdate.
ClosedChannelUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
Empty Constructor
ClosedChannelUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
Json Parsing Constructor
ClosedChannelUpdate(LightningApi.ClosedChannelUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
Constructor using underlying Lightning API Object
CloseStatusUpdate - Class in org.lightningj.lnd.wrapper.message
Wrapper class for CloseStatusUpdate.
CloseStatusUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
Empty Constructor
CloseStatusUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
Json Parsing Constructor
CloseStatusUpdate(LightningApi.CloseStatusUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
Constructor using underlying Lightning API Object
CLOSING_TX_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
CLOSING_TXID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
CLOSING_TXID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
CLOSING_TXID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
CLTV_EXPIRY_DELTA_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.HopHint
 
CLTV_EXPIRY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
CLTV_EXPIRY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PayReq
 
COLOR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
COMMIT_FEE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
 
COMMIT_FEE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
COMMIT_WEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
 
COMMIT_WEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
CommunicationException - Exception in org.lightningj.lnd.wrapper
Exception indicating an error occurred when communicating with server.
CommunicationException(String, Status) - Constructor for exception org.lightningj.lnd.wrapper.CommunicationException
Exception indicating an error occurred when communicating with server.
CommunicationException(String, Status, Throwable) - Constructor for exception org.lightningj.lnd.wrapper.CommunicationException
Exception indicating an error occurred when communicating with server.
CONFIRMATION_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
CONFIRMATION_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
CONFIRMATION_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
ConfirmationUpdate - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ConfirmationUpdate.
ConfirmationUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
Empty Constructor
ConfirmationUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
Json Parsing Constructor
ConfirmationUpdate(LightningApi.ConfirmationUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
Constructor using underlying Lightning API Object
CONFIRMED_BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
CONNECTING_NODE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
connectPeer(LightningApi.ConnectPeerRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `connect` ConnectPeer attempts to establish a connection to a remote peer.
connectPeer(LightningApi.ConnectPeerRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `connect` ConnectPeer attempts to establish a connection to a remote peer.
connectPeer(LightningApi.ConnectPeerRequest, StreamObserver<LightningApi.ConnectPeerResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `connect` ConnectPeer attempts to establish a connection to a remote peer.
connectPeer(LightningApi.ConnectPeerRequest, StreamObserver<LightningApi.ConnectPeerResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `connect` ConnectPeer attempts to establish a connection to a remote peer.
connectPeer(LightningAddress, Boolean, StreamObserver<ConnectPeerResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a connectPeer request.
connectPeer(ConnectPeerRequest, StreamObserver<ConnectPeerResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a connectPeer request.
connectPeer(LightningAddress, Boolean) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a connectPeer request.
connectPeer(ConnectPeerRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a connectPeer request.
ConnectPeerRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ConnectPeerRequest.
ConnectPeerRequest() - Constructor for class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
Empty Constructor
ConnectPeerRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
Json Parsing Constructor
ConnectPeerRequest(LightningApi.ConnectPeerRequest) - Constructor for class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
Constructor using underlying Lightning API Object
ConnectPeerResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ConnectPeerResponse.
ConnectPeerResponse() - Constructor for class org.lightningj.lnd.wrapper.message.ConnectPeerResponse
Empty Constructor
ConnectPeerResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ConnectPeerResponse
Json Parsing Constructor
ConnectPeerResponse(LightningApi.ConnectPeerResponse) - Constructor for class org.lightningj.lnd.wrapper.message.ConnectPeerResponse
Constructor using underlying Lightning API Object
containsAddrToAmount(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
/ The map from addresses to amounts
containsAddrToAmount(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
/ The map from addresses to amounts
containsAddrToAmount(String) - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
/ The map from addresses to amounts
COOPERATIVE_CLOSE_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
COOPERATIVE_CLOSE = 0;
COOPERATIVE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
CREATION_DATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
CREATION_DATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Payment
 
CSV_DELAY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
 
CURRENT_PASSWORD_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 

D

DAY_FEE_SUM_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
debugLevel(LightningApi.DebugLevelRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `debuglevel` DebugLevel allows a caller to programmatically set the logging verbosity of lnd.
debugLevel(LightningApi.DebugLevelRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `debuglevel` DebugLevel allows a caller to programmatically set the logging verbosity of lnd.
debugLevel(LightningApi.DebugLevelRequest, StreamObserver<LightningApi.DebugLevelResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `debuglevel` DebugLevel allows a caller to programmatically set the logging verbosity of lnd.
debugLevel(LightningApi.DebugLevelRequest, StreamObserver<LightningApi.DebugLevelResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `debuglevel` DebugLevel allows a caller to programmatically set the logging verbosity of lnd.
debugLevel(Boolean, String, StreamObserver<DebugLevelResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a debugLevel request.
debugLevel(DebugLevelRequest, StreamObserver<DebugLevelResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a debugLevel request.
debugLevel(Boolean, String) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a debugLevel request.
debugLevel(DebugLevelRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a debugLevel request.
DebugLevelRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for DebugLevelRequest.
DebugLevelRequest() - Constructor for class org.lightningj.lnd.wrapper.message.DebugLevelRequest
Empty Constructor
DebugLevelRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.DebugLevelRequest
Json Parsing Constructor
DebugLevelRequest(LightningApi.DebugLevelRequest) - Constructor for class org.lightningj.lnd.wrapper.message.DebugLevelRequest
Constructor using underlying Lightning API Object
DebugLevelResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for DebugLevelResponse.
DebugLevelResponse() - Constructor for class org.lightningj.lnd.wrapper.message.DebugLevelResponse
Empty Constructor
DebugLevelResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.DebugLevelResponse
Json Parsing Constructor
DebugLevelResponse(LightningApi.DebugLevelResponse) - Constructor for class org.lightningj.lnd.wrapper.message.DebugLevelResponse
Constructor using underlying Lightning API Object
decode(byte[], int) - Static method in class org.lightningj.util.ZBase32
Method the decode a byte[] z-base32 encoded array into the original bytes when the exact number of bits is known.
decode(byte[]) - Static method in class org.lightningj.util.ZBase32
Method the decode a z-base32 encoded byte[] array into into the original bytes.
decode(String, int) - Static method in class org.lightningj.util.ZBase32
Method the decode a byte[] z-base32 String into the original bytes when the exact number of bits is known.
decode(String) - Static method in class org.lightningj.util.ZBase32
Method the decode a z-base32 encoded String into into the original bytes.
decodePayReq(LightningApi.PayReqString) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `decodepayreq` DecodePayReq takes an encoded payment request string and attempts to decode it, returning a full description of the conditions encoded within the payment request.
decodePayReq(LightningApi.PayReqString) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `decodepayreq` DecodePayReq takes an encoded payment request string and attempts to decode it, returning a full description of the conditions encoded within the payment request.
decodePayReq(LightningApi.PayReqString, StreamObserver<LightningApi.PayReq>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `decodepayreq` DecodePayReq takes an encoded payment request string and attempts to decode it, returning a full description of the conditions encoded within the payment request.
decodePayReq(LightningApi.PayReqString, StreamObserver<LightningApi.PayReq>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `decodepayreq` DecodePayReq takes an encoded payment request string and attempts to decode it, returning a full description of the conditions encoded within the payment request.
decodePayReq(String, StreamObserver<PayReq>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a decodePayReq request.
decodePayReq(PayReqString, StreamObserver<PayReq>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a decodePayReq request.
decodePayReq(String) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a decodePayReq request.
decodePayReq(PayReqString) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a decodePayReq request.
deleteAllPayments(LightningApi.DeleteAllPaymentsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
DeleteAllPayments deletes all outgoing payments from DB.
deleteAllPayments(LightningApi.DeleteAllPaymentsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
DeleteAllPayments deletes all outgoing payments from DB.
deleteAllPayments(LightningApi.DeleteAllPaymentsRequest, StreamObserver<LightningApi.DeleteAllPaymentsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
DeleteAllPayments deletes all outgoing payments from DB.
deleteAllPayments(LightningApi.DeleteAllPaymentsRequest, StreamObserver<LightningApi.DeleteAllPaymentsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
DeleteAllPayments deletes all outgoing payments from DB.
deleteAllPayments(StreamObserver<DeleteAllPaymentsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a deleteAllPayments request.
deleteAllPayments(DeleteAllPaymentsRequest, StreamObserver<DeleteAllPaymentsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a deleteAllPayments request.
deleteAllPayments() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a deleteAllPayments request.
deleteAllPayments(DeleteAllPaymentsRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a deleteAllPayments request.
DeleteAllPaymentsRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for DeleteAllPaymentsRequest.
DeleteAllPaymentsRequest() - Constructor for class org.lightningj.lnd.wrapper.message.DeleteAllPaymentsRequest
Empty Constructor
DeleteAllPaymentsRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.DeleteAllPaymentsRequest
Json Parsing Constructor
DeleteAllPaymentsRequest(LightningApi.DeleteAllPaymentsRequest) - Constructor for class org.lightningj.lnd.wrapper.message.DeleteAllPaymentsRequest
Constructor using underlying Lightning API Object
DeleteAllPaymentsResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for DeleteAllPaymentsResponse.
DeleteAllPaymentsResponse() - Constructor for class org.lightningj.lnd.wrapper.message.DeleteAllPaymentsResponse
Empty Constructor
DeleteAllPaymentsResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.DeleteAllPaymentsResponse
Json Parsing Constructor
DeleteAllPaymentsResponse(LightningApi.DeleteAllPaymentsResponse) - Constructor for class org.lightningj.lnd.wrapper.message.DeleteAllPaymentsResponse
Constructor using underlying Lightning API Object
describeGraph(LightningApi.ChannelGraphRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `describegraph` DescribeGraph returns a description of the latest graph state from the point of view of the node.
describeGraph(LightningApi.ChannelGraphRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `describegraph` DescribeGraph returns a description of the latest graph state from the point of view of the node.
describeGraph(LightningApi.ChannelGraphRequest, StreamObserver<LightningApi.ChannelGraph>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `describegraph` DescribeGraph returns a description of the latest graph state from the point of view of the node.
describeGraph(LightningApi.ChannelGraphRequest, StreamObserver<LightningApi.ChannelGraph>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `describegraph` DescribeGraph returns a description of the latest graph state from the point of view of the node.
describeGraph(StreamObserver<ChannelGraph>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a describeGraph request.
describeGraph(ChannelGraphRequest, StreamObserver<ChannelGraph>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a describeGraph request.
describeGraph() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a describeGraph request.
describeGraph(ChannelGraphRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a describeGraph request.
DESCRIPTION_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PayReq
 
DESCRIPTION_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
DESCRIPTION_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PayReq
 
DEST_ADDRESSES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Transaction
 
DEST_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
DEST_STRING_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
DESTINATION_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PayReq
 
DISABLED_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
disconnectPeer(LightningApi.DisconnectPeerRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `disconnect` DisconnectPeer attempts to disconnect one peer from another identified by a given pubKey.
disconnectPeer(LightningApi.DisconnectPeerRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `disconnect` DisconnectPeer attempts to disconnect one peer from another identified by a given pubKey.
disconnectPeer(LightningApi.DisconnectPeerRequest, StreamObserver<LightningApi.DisconnectPeerResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `disconnect` DisconnectPeer attempts to disconnect one peer from another identified by a given pubKey.
disconnectPeer(LightningApi.DisconnectPeerRequest, StreamObserver<LightningApi.DisconnectPeerResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `disconnect` DisconnectPeer attempts to disconnect one peer from another identified by a given pubKey.
disconnectPeer(String, StreamObserver<DisconnectPeerResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a disconnectPeer request.
disconnectPeer(DisconnectPeerRequest, StreamObserver<DisconnectPeerResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a disconnectPeer request.
disconnectPeer(String) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a disconnectPeer request.
disconnectPeer(DisconnectPeerRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a disconnectPeer request.
DisconnectPeerRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for DisconnectPeerRequest.
DisconnectPeerRequest() - Constructor for class org.lightningj.lnd.wrapper.message.DisconnectPeerRequest
Empty Constructor
DisconnectPeerRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.DisconnectPeerRequest
Json Parsing Constructor
DisconnectPeerRequest(LightningApi.DisconnectPeerRequest) - Constructor for class org.lightningj.lnd.wrapper.message.DisconnectPeerRequest
Constructor using underlying Lightning API Object
DisconnectPeerResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for DisconnectPeerResponse.
DisconnectPeerResponse() - Constructor for class org.lightningj.lnd.wrapper.message.DisconnectPeerResponse
Empty Constructor
DisconnectPeerResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.DisconnectPeerResponse
Json Parsing Constructor
DisconnectPeerResponse(LightningApi.DisconnectPeerResponse) - Constructor for class org.lightningj.lnd.wrapper.message.DisconnectPeerResponse
Constructor using underlying Lightning API Object

E

EDGES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
ENCIPHERED_SEED_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
encode(byte[]) - Static method in class org.lightningj.util.ZBase32
Method the encode a byte[] array into z-base32 encoding.
encode(byte[], int) - Static method in class org.lightningj.util.ZBase32
Method the encode a byte[] array into z-base32 encoding when the exact number of bits is known.
encodeToString(byte[]) - Static method in class org.lightningj.util.ZBase32
Method to encode a byte[] array into a z-base32 encoded string.
encodeToString(byte[], int) - Static method in class org.lightningj.util.ZBase32
Method to encode a byte[] array into a z-base32 encoded string when the exact number of bits is known.
END_TIME_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
entry - Variable in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntries
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.Channel
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.Hop
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.Payment
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.Peer
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.Route
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
equals(Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
equals(Object) - Method in class org.lightningj.lnd.wrapper.Message
Method to check if another object equals this object.
exceptionWrapper - Variable in class org.lightningj.lnd.wrapper.StreamObserverWrapper
 
EXPIRATION_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.HTLC
 
EXPIRY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Hop
 
EXPIRY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
EXPIRY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PayReq
 

F

FALLBACK_ADDR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
FALLBACK_ADDR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PayReq
 
FEE_BASE_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.HopHint
 
FEE_BASE_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
FEE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
FEE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Hop
 
FEE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Payment
 
FEE_LIMIT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
FEE_LIMIT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
FEE_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Hop
 
FEE_PER_KW_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
 
FEE_PER_KW_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
FEE_PER_MIL_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
FEE_PROPORTIONAL_MILLIONTHS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.HopHint
 
FEE_RATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
FEE_RATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
FEE_RATE_MILLI_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
FeeLimit - Class in org.lightningj.lnd.wrapper.message
Wrapper class for FeeLimit.
FeeLimit() - Constructor for class org.lightningj.lnd.wrapper.message.FeeLimit
Empty Constructor
FeeLimit(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.FeeLimit
Json Parsing Constructor
FeeLimit(LightningApi.FeeLimit) - Constructor for class org.lightningj.lnd.wrapper.message.FeeLimit
Constructor using underlying Lightning API Object
feeReport(LightningApi.FeeReportRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `feereport` FeeReport allows the caller to obtain a report detailing the current fee schedule enforced by the node globally for each channel.
feeReport(LightningApi.FeeReportRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `feereport` FeeReport allows the caller to obtain a report detailing the current fee schedule enforced by the node globally for each channel.
feeReport(LightningApi.FeeReportRequest, StreamObserver<LightningApi.FeeReportResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `feereport` FeeReport allows the caller to obtain a report detailing the current fee schedule enforced by the node globally for each channel.
feeReport(LightningApi.FeeReportRequest, StreamObserver<LightningApi.FeeReportResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `feereport` FeeReport allows the caller to obtain a report detailing the current fee schedule enforced by the node globally for each channel.
feeReport(StreamObserver<FeeReportResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a feeReport request.
feeReport(FeeReportRequest, StreamObserver<FeeReportResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a feeReport request.
feeReport() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a feeReport request.
feeReport(FeeReportRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a feeReport request.
FeeReportRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for FeeReportRequest.
FeeReportRequest() - Constructor for class org.lightningj.lnd.wrapper.message.FeeReportRequest
Empty Constructor
FeeReportRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.FeeReportRequest
Json Parsing Constructor
FeeReportRequest(LightningApi.FeeReportRequest) - Constructor for class org.lightningj.lnd.wrapper.message.FeeReportRequest
Constructor using underlying Lightning API Object
FeeReportResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for FeeReportResponse.
FeeReportResponse() - Constructor for class org.lightningj.lnd.wrapper.message.FeeReportResponse
Empty Constructor
FeeReportResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.FeeReportResponse
Json Parsing Constructor
FeeReportResponse(LightningApi.FeeReportResponse) - Constructor for class org.lightningj.lnd.wrapper.message.FeeReportResponse
Constructor using underlying Lightning API Object
FINAL_CLTV_DELTA_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
FINAL_CLTV_DELTA_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
FIXED_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
FORCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
ForceClosedChannel() - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
Empty Constructor
ForceClosedChannel(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
Json Parsing Constructor
ForceClosedChannel(LightningApi.PendingChannelsResponse.ForceClosedChannel) - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
Constructor using underlying Lightning API Object
forNumber(int) - Static method in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
 
forNumber(int) - Static method in enum org.lightningj.lnd.proto.LightningApi.ChannelPoint.FundingTxidCase
 
forNumber(int) - Static method in enum org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.UpdateCase
 
forNumber(int) - Static method in enum org.lightningj.lnd.proto.LightningApi.FeeLimit.LimitCase
 
forNumber(int) - Static method in enum org.lightningj.lnd.proto.LightningApi.NewAddressRequest.AddressType
 
forNumber(int) - Static method in enum org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.UpdateCase
 
forNumber(int) - Static method in enum org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.ScopeCase
 
FORWARDING_EVENTS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
ForwardingEvent - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ForwardingEvent.
ForwardingEvent() - Constructor for class org.lightningj.lnd.wrapper.message.ForwardingEvent
Empty Constructor
ForwardingEvent(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ForwardingEvent
Json Parsing Constructor
ForwardingEvent(LightningApi.ForwardingEvent) - Constructor for class org.lightningj.lnd.wrapper.message.ForwardingEvent
Constructor using underlying Lightning API Object
forwardingHistory(LightningApi.ForwardingHistoryRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `fwdinghistory` ForwardingHistory allows the caller to query the htlcswitch for a record of all HTLC's forwarded within the target time range, and integer offset within that time range.
forwardingHistory(LightningApi.ForwardingHistoryRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `fwdinghistory` ForwardingHistory allows the caller to query the htlcswitch for a record of all HTLC's forwarded within the target time range, and integer offset within that time range.
forwardingHistory(LightningApi.ForwardingHistoryRequest, StreamObserver<LightningApi.ForwardingHistoryResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `fwdinghistory` ForwardingHistory allows the caller to query the htlcswitch for a record of all HTLC's forwarded within the target time range, and integer offset within that time range.
forwardingHistory(LightningApi.ForwardingHistoryRequest, StreamObserver<LightningApi.ForwardingHistoryResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `fwdinghistory` ForwardingHistory allows the caller to query the htlcswitch for a record of all HTLC's forwarded within the target time range, and integer offset within that time range.
forwardingHistory(Long, Long, Integer, Integer, StreamObserver<ForwardingHistoryResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a forwardingHistory request.
forwardingHistory(ForwardingHistoryRequest, StreamObserver<ForwardingHistoryResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a forwardingHistory request.
forwardingHistory(Long, Long, Integer, Integer) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a forwardingHistory request.
forwardingHistory(ForwardingHistoryRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a forwardingHistory request.
ForwardingHistoryRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ForwardingHistoryRequest.
ForwardingHistoryRequest() - Constructor for class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
Empty Constructor
ForwardingHistoryRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
Json Parsing Constructor
ForwardingHistoryRequest(LightningApi.ForwardingHistoryRequest) - Constructor for class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
Constructor using underlying Lightning API Object
ForwardingHistoryResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ForwardingHistoryResponse.
ForwardingHistoryResponse() - Constructor for class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
Empty Constructor
ForwardingHistoryResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
Json Parsing Constructor
ForwardingHistoryResponse(LightningApi.ForwardingHistoryResponse) - Constructor for class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
Constructor using underlying Lightning API Object
FUNDING_CANCELED_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
FUNDING_CANCELED_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
FUNDING_CANCELED = 4;
FUNDING_TXID_BYTES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
FUNDING_TXID_STR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 

G

genSeed(LightningApi.GenSeedRequest) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerBlockingStub
GenSeed is the first method that should be used to instantiate a new lnd instance.
genSeed(LightningApi.GenSeedRequest) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerFutureStub
GenSeed is the first method that should be used to instantiate a new lnd instance.
genSeed(LightningApi.GenSeedRequest, StreamObserver<LightningApi.GenSeedResponse>) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerImplBase
GenSeed is the first method that should be used to instantiate a new lnd instance.
genSeed(LightningApi.GenSeedRequest, StreamObserver<LightningApi.GenSeedResponse>) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerStub
GenSeed is the first method that should be used to instantiate a new lnd instance.
genSeed(byte[], byte[], StreamObserver<GenSeedResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
Method to generate a genSeed request.
genSeed(GenSeedRequest, StreamObserver<GenSeedResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
Method to send a genSeed request.
genSeed(byte[], byte[]) - Method in class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
Method to generate a genSeed request.
genSeed(GenSeedRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
Method to send a genSeed request.
GenSeedRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for GenSeedRequest.
GenSeedRequest() - Constructor for class org.lightningj.lnd.wrapper.message.GenSeedRequest
Empty Constructor
GenSeedRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GenSeedRequest
Json Parsing Constructor
GenSeedRequest(LightningApi.GenSeedRequest) - Constructor for class org.lightningj.lnd.wrapper.message.GenSeedRequest
Constructor using underlying Lightning API Object
GenSeedResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for GenSeedResponse.
GenSeedResponse() - Constructor for class org.lightningj.lnd.wrapper.message.GenSeedResponse
Empty Constructor
GenSeedResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GenSeedResponse
Json Parsing Constructor
GenSeedResponse(LightningApi.GenSeedResponse) - Constructor for class org.lightningj.lnd.wrapper.message.GenSeedResponse
Constructor using underlying Lightning API Object
getActive() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ Whether this channel is active or not
getActive() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
/ Whether this channel is active or not
getActive() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
/ Whether this channel is active or not
getActive() - Method in class org.lightningj.lnd.wrapper.message.Channel
Getter for active.
getActiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
bool active_only = 1;
getActiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
bool active_only = 1;
getActiveOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsRequestOrBuilder
bool active_only = 1;
getActiveOnly() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
Getter for activeOnly.
getAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
The "add" index of this invoice.
getAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
The "add" index of this invoice.
getAddIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.AddInvoiceResponseOrBuilder
The "add" index of this invoice.
getAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
The "add" index of this invoice.
getAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
The "add" index of this invoice.
getAddIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
The "add" index of this invoice.
getAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
If specified (non-zero), then we'll first start by sending out notifications for all added indexes with an add_index greater than this value.
getAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
If specified (non-zero), then we'll first start by sending out notifications for all added indexes with an add_index greater than this value.
getAddIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceSubscriptionOrBuilder
If specified (non-zero), then we'll first start by sending out notifications for all added indexes with an add_index greater than this value.
getAddIndex() - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
Getter for add_index.
getAddIndex() - Method in class org.lightningj.lnd.wrapper.message.Invoice
Getter for add_index.
getAddIndex() - Method in class org.lightningj.lnd.wrapper.message.InvoiceSubscription
Getter for add_index.
getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
/ Lightning address of the peer, in the format `<pubkey>@host`
getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
/ Lightning address of the peer, in the format `<pubkey>@host`
getAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.ConnectPeerRequestOrBuilder
/ Lightning address of the peer, in the format `<pubkey>@host`
getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
string addr = 2[json_name = "addr"];
getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
string addr = 2[json_name = "addr"];
getAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeAddressOrBuilder
string addr = 2[json_name = "addr"];
getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
/ The address to send coins to
getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
/ The address to send coins to
getAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
/ The address to send coins to
getAddr() - Method in class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
Getter for a list of addr.
getAddr() - Method in class org.lightningj.lnd.wrapper.message.NodeAddress
Getter for addr.
getAddr() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
Getter for addr.
getAddrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
/ Lightning address of the peer, in the format `<pubkey>@host`
getAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
string addr = 2[json_name = "addr"];
getAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
string addr = 2[json_name = "addr"];
getAddrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeAddressOrBuilder
string addr = 2[json_name = "addr"];
getAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
/ The address to send coins to
getAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
/ The address to send coins to
getAddrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
/ The address to send coins to
getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
/ The newly generated wallet address
getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
/ The newly generated wallet address
getAddress() - Method in interface org.lightningj.lnd.proto.LightningApi.NewAddressResponseOrBuilder
/ The newly generated wallet address
getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Network address of the peer; eg `127.0.0.1:10011`
getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
/ Network address of the peer; eg `127.0.0.1:10011`
getAddress() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
/ Network address of the peer; eg `127.0.0.1:10011`
getAddress() - Method in class org.lightningj.lnd.wrapper.message.NewAddressResponse
Getter for address.
getAddress() - Method in class org.lightningj.lnd.wrapper.message.Peer
Getter for address.
getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
/ The newly generated wallet address
getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
/ The newly generated wallet address
getAddressBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NewAddressResponseOrBuilder
/ The newly generated wallet address
getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Network address of the peer; eg `127.0.0.1:10011`
getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
/ Network address of the peer; eg `127.0.0.1:10011`
getAddressBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
/ Network address of the peer; eg `127.0.0.1:10011`
getAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
getAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
getAddresses(int) - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
getAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
repeated string addresses = 1;
getAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
repeated string addresses = 1;
getAddresses(int) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
repeated string addresses = 1;
getAddresses() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
Getter for a list of addresses.
getAddresses() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
Getter for a list of addresses.
getAddressesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
getAddressesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
getAddressesBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
repeated string addresses = 1;
getAddressesBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
repeated string addresses = 1;
getAddressesBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
repeated string addresses = 1;
getAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
getAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
getAddressesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
getAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
repeated string addresses = 1;
getAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
repeated string addresses = 1;
getAddressesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
repeated string addresses = 1;
getAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
getAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
getAddressesList() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
getAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
repeated string addresses = 1;
getAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
repeated string addresses = 1;
getAddressesList() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
repeated string addresses = 1;
getAddressesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
getAddressesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
getAddressesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
getAddressesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
getAddressesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
getAddressesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
getAddrOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
/ Lightning address of the peer, in the format `<pubkey>@host`
getAddrOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
/ Lightning address of the peer, in the format `<pubkey>@host`
getAddrOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ConnectPeerRequestOrBuilder
/ Lightning address of the peer, in the format `<pubkey>@host`
getAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
Deprecated.
getAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
Deprecated.
getAddrToAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
Deprecated.
getAddrToAmountAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
Returns AddrToAmount as a detached map.
getAddrToAmountCount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
getAddrToAmountCount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
getAddrToAmountCount() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
/ The map from addresses to amounts
getAddrToAmountEntries() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
Gets the map entries as a wrapped list, used for XML conversion.
getAddrToAmountMap() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
/ The map from addresses to amounts
getAddrToAmountMap() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
/ The map from addresses to amounts
getAddrToAmountMap() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
/ The map from addresses to amounts
getAddrToAmountOrDefault(String, long) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
/ The map from addresses to amounts
getAddrToAmountOrDefault(String, long) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
/ The map from addresses to amounts
getAddrToAmountOrDefault(String, long) - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
/ The map from addresses to amounts
getAddrToAmountOrThrow(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
/ The map from addresses to amounts
getAddrToAmountOrThrow(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
/ The map from addresses to amounts
getAddrToAmountOrThrow(String) - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
/ The map from addresses to amounts
getAdvertisingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
string advertising_node = 5;
getAdvertisingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
string advertising_node = 5;
getAdvertisingNode() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
string advertising_node = 5;
getAdvertisingNode() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
Getter for advertisingNode.
getAdvertisingNodeBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
string advertising_node = 5;
getAdvertisingNodeBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
string advertising_node = 5;
getAdvertisingNodeBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
string advertising_node = 5;
getAezeedPassphrase() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
aezeed_passphrase is an optional user provided passphrase that will be used to encrypt the generated aezeed cipher seed.
getAezeedPassphrase() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
aezeed_passphrase is an optional user provided passphrase that will be used to encrypt the generated aezeed cipher seed.
getAezeedPassphrase() - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedRequestOrBuilder
aezeed_passphrase is an optional user provided passphrase that will be used to encrypt the generated aezeed cipher seed.
getAezeedPassphrase() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
aezeed_passphrase is an optional user provided passphrase that will be used to encrypt the generated aezeed cipher seed.
getAezeedPassphrase() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
aezeed_passphrase is an optional user provided passphrase that will be used to encrypt the generated aezeed cipher seed.
getAezeedPassphrase() - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
aezeed_passphrase is an optional user provided passphrase that will be used to encrypt the generated aezeed cipher seed.
getAezeedPassphrase() - Method in class org.lightningj.lnd.wrapper.message.GenSeedRequest
Getter for aezeedPassphrase.
getAezeedPassphrase() - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
Getter for aezeedPassphrase.
getAggregatedValidationErrors() - Method in class org.lightningj.lnd.wrapper.ValidationResult
 
getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ If applicable, the alias of the current node, e.g.
getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ If applicable, the alias of the current node, e.g.
getAlias() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ If applicable, the alias of the current node, e.g.
getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
string alias = 3[json_name = "alias"];
getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
string alias = 3[json_name = "alias"];
getAlias() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
string alias = 3[json_name = "alias"];
getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
string alias = 4;
getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
string alias = 4;
getAlias() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
string alias = 4;
getAlias() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Getter for alias.
getAlias() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
Getter for alias.
getAlias() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
Getter for alias.
getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ If applicable, the alias of the current node, e.g.
getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ If applicable, the alias of the current node, e.g.
getAliasBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ If applicable, the alias of the current node, e.g.
getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
string alias = 3[json_name = "alias"];
getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
string alias = 3[json_name = "alias"];
getAliasBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
string alias = 3[json_name = "alias"];
getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
string alias = 4;
getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
string alias = 4;
getAliasBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
string alias = 4;
getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
int64 amount = 2[json_name = "amount"];
getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
int64 amount = 2[json_name = "amount"];
getAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCOrBuilder
int64 amount = 2[json_name = "amount"];
getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
/ The total value of the htlc
getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
/ The total value of the htlc
getAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
/ The total value of the htlc
getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
/ The amount in satoshis to send
getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
/ The amount in satoshis to send
getAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
/ The amount in satoshis to send
getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ The transaction ammount, denominated in satoshis
getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
/ The transaction ammount, denominated in satoshis
getAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
/ The transaction ammount, denominated in satoshis
getAmount() - Method in class org.lightningj.lnd.wrapper.message.HTLC
Getter for amount.
getAmount() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
Getter for amount.
getAmount() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
Getter for amount.
getAmount() - Method in class org.lightningj.lnd.wrapper.message.Transaction
Getter for amount.
getAmt() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
/ The amount to send expressed in satoshis
getAmt() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
/ The amount to send expressed in satoshis
getAmt() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
/ The amount to send expressed in satoshis
getAmt() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
/ Number of satoshis to send.
getAmt() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
/ Number of satoshis to send.
getAmt() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
/ Number of satoshis to send.
getAmt() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
Getter for amt.
getAmt() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
Getter for amt.
getAmtIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
/ The total amount of the incoming HTLC that created half the circuit.
getAmtIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
/ The total amount of the incoming HTLC that created half the circuit.
getAmtIn() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
/ The total amount of the incoming HTLC that created half the circuit.
getAmtIn() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
Getter for amt_in.
getAmtOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
/ The total amount of the outgoign HTLC that created the second half of the circuit.
getAmtOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
/ The total amount of the outgoign HTLC that created the second half of the circuit.
getAmtOut() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
/ The total amount of the outgoign HTLC that created the second half of the circuit.
getAmtOut() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
Getter for amt_out.
getAmtPaid() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
The amount that was accepted for this invoice.
getAmtPaid() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
The amount that was accepted for this invoice.
getAmtPaid() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
The amount that was accepted for this invoice.
getAmtPaid() - Method in class org.lightningj.lnd.wrapper.message.Invoice
Getter for amt_paid.
getAmtToForward() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
Deprecated.
getAmtToForward() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
Deprecated.
getAmtToForward() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
Deprecated.
getAmtToForward() - Method in class org.lightningj.lnd.wrapper.message.Hop
Getter for amt_to_forward.
getAmtToForwardMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
int64 amt_to_forward_msat = 6[json_name = "amt_to_forward_msat"];
getAmtToForwardMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
int64 amt_to_forward_msat = 6[json_name = "amt_to_forward_msat"];
getAmtToForwardMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
int64 amt_to_forward_msat = 6[json_name = "amt_to_forward_msat"];
getAmtToForwardMsat() - Method in class org.lightningj.lnd.wrapper.message.Hop
Getter for amt_to_forward_msat.
getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.ChannelCloseSummary.ClosureType
 
getApiObject() - Method in class org.lightningj.lnd.wrapper.Message
Method to return the underlying API object in GRPC format.
getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.NewAddressRequest.AddressType
 
getAvgChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
double avg_channel_size = 7[json_name = "avg_channel_size"];
getAvgChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
double avg_channel_size = 7[json_name = "avg_channel_size"];
getAvgChannelSize() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
double avg_channel_size = 7[json_name = "avg_channel_size"];
getAvgChannelSize() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
Getter for avg_channel_size.
getAvgOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
double avg_out_degree = 2[json_name = "avg_out_degree"];
getAvgOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
double avg_out_degree = 2[json_name = "avg_out_degree"];
getAvgOutDegree() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
double avg_out_degree = 2[json_name = "avg_out_degree"];
getAvgOutDegree() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
Getter for avg_out_degree.
getBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
/ Sum of channels balances denominated in satoshis
getBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
/ Sum of channels balances denominated in satoshis
getBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
/ Sum of channels balances denominated in satoshis
getBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
Getter for balance.
getBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
/ The base fee charged regardless of the number of milli-satoshis sent.
getBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
/ The base fee charged regardless of the number of milli-satoshis sent.
getBaseFeeMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
/ The base fee charged regardless of the number of milli-satoshis sent.
getBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ The base fee charged regardless of the number of milli-satoshis sent.
getBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
/ The base fee charged regardless of the number of milli-satoshis sent.
getBaseFeeMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
/ The base fee charged regardless of the number of milli-satoshis sent.
getBaseFeeMsat() - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
Getter for base_fee_msat.
getBaseFeeMsat() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
Getter for base_fee_msat.
getBestHeaderTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ Timestamp of the block best known to the wallet
getBestHeaderTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ Timestamp of the block best known to the wallet
getBestHeaderTimestamp() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ Timestamp of the block best known to the wallet
getBestHeaderTimestamp() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Getter for best_header_timestamp.
getBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The node's current view of the hash of the best block
getBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ The node's current view of the hash of the best block
getBlockHash() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ The node's current view of the hash of the best block
getBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ The hash of the block this transaction was included in
getBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
/ The hash of the block this transaction was included in
getBlockHash() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
/ The hash of the block this transaction was included in
getBlockHash() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Getter for block_hash.
getBlockHash() - Method in class org.lightningj.lnd.wrapper.message.Transaction
Getter for block_hash.
getBlockHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The node's current view of the hash of the best block
getBlockHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ The node's current view of the hash of the best block
getBlockHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ The node's current view of the hash of the best block
getBlockHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ The hash of the block this transaction was included in
getBlockHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
/ The hash of the block this transaction was included in
getBlockHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
/ The hash of the block this transaction was included in
getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
int32 block_height = 2;
getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
int32 block_height = 2;
getBlockHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.ConfirmationUpdateOrBuilder
int32 block_height = 2;
getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The node's current view of the height of the best block
getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ The node's current view of the height of the best block
getBlockHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ The node's current view of the height of the best block
getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ The height of the block this transaction was included in
getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
/ The height of the block this transaction was included in
getBlockHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
/ The height of the block this transaction was included in
getBlockHeight() - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
Getter for blockHeight.
getBlockHeight() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Getter for block_height.
getBlockHeight() - Method in class org.lightningj.lnd.wrapper.message.Transaction
Getter for block_height.
getBlockSha() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
bytes block_sha = 1;
getBlockSha() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
bytes block_sha = 1;
getBlockSha() - Method in interface org.lightningj.lnd.proto.LightningApi.ConfirmationUpdateOrBuilder
bytes block_sha = 1;
getBlockSha() - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
Getter for blockSha.
getBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
Remaining # of blocks until the commitment output can be swept.
getBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
Remaining # of blocks until the commitment output can be swept.
getBlocksTilMaturity() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
Remaining # of blocks until the commitment output can be swept.
getBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
The number of blocks remaining until the current stage can be swept.
getBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
The number of blocks remaining until the current stage can be swept.
getBlocksTilMaturity() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
The number of blocks remaining until the current stage can be swept.
getBlocksTilMaturity() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
Getter for blocks_til_maturity.
getBlocksTilMaturity() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
Getter for blocks_til_maturity.
getBreach() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
bool breach = 4;
getBreach() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
bool breach = 4;
getBreach() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequestOrBuilder
bool breach = 4;
getBreach() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
Getter for breach.
getBytesRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Bytes of data transmitted from this peer
getBytesRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
/ Bytes of data transmitted from this peer
getBytesRecv() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
/ Bytes of data transmitted from this peer
getBytesRecv() - Method in class org.lightningj.lnd.wrapper.message.Peer
Getter for bytes_recv.
getBytesSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Bytes of data transmitted to this peer
getBytesSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
/ Bytes of data transmitted to this peer
getBytesSent() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
/ Bytes of data transmitted to this peer
getBytesSent() - Method in class org.lightningj.lnd.wrapper.message.Peer
Getter for bytes_sent.
getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ The total amount of funds held in this channel
getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
/ The total amount of funds held in this channel
getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ Total capacity of the channel.
getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
/ Total capacity of the channel.
getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
/ Total capacity of the channel.
getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
int64 capacity = 6[json_name = "capacity"];
getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
int64 capacity = 6[json_name = "capacity"];
getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
int64 capacity = 6[json_name = "capacity"];
getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
int64 capacity = 3;
getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
int64 capacity = 3;
getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
int64 capacity = 3;
getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
/ The total amount of funds held in this channel
getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
int64 capacity = 2;
getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
int64 capacity = 2;
getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
int64 capacity = 2;
getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
int64 capacity = 3[json_name = "capacity"];
getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
int64 capacity = 3[json_name = "capacity"];
getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
int64 capacity = 3[json_name = "capacity"];
getCapacity() - Method in class org.lightningj.lnd.wrapper.message.Channel
Getter for capacity.
getCapacity() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Getter for capacity.
getCapacity() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
Getter for capacity.
getCapacity() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
Getter for capacity.
getCapacity() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
Getter for capacity.
getCapacity() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
Getter for capacity.
getChainHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The hash of the genesis block that this channel resides within.
getChainHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
/ The hash of the genesis block that this channel resides within.
getChainHash() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
/ The hash of the genesis block that this channel resides within.
getChainHash() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Getter for chain_hash.
getChainHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The hash of the genesis block that this channel resides within.
getChainHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
/ The hash of the genesis block that this channel resides within.
getChainHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
/ The hash of the genesis block that this channel resides within.
getChains(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ A list of active chains the node is connected to
getChains(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ A list of active chains the node is connected to
getChains(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ A list of active chains the node is connected to
getChains() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Getter for a list of chains.
getChainsBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ A list of active chains the node is connected to
getChainsBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ A list of active chains the node is connected to
getChainsBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ A list of active chains the node is connected to
getChainsCount() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ A list of active chains the node is connected to
getChainsCount() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ A list of active chains the node is connected to
getChainsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ A list of active chains the node is connected to
getChainsList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ A list of active chains the node is connected to
getChainsList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ A list of active chains the node is connected to
getChainsList() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ A list of active chains the node is connected to
getChanCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
int64 chan_capacity = 2[json_name = "chan_capacity"];
getChanCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
int64 chan_capacity = 2[json_name = "chan_capacity"];
getChanCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
int64 chan_capacity = 2[json_name = "chan_capacity"];
getChanCapacity() - Method in class org.lightningj.lnd.wrapper.message.Hop
Getter for chan_capacity.
getChanClose() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
getChanClose() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
getChanClose() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
getChanClose() - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
Getter for a list of chan_close.
getChanCloseBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
getChanCloseOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
getChanCloseOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
getChanCloseOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
The unique channel ID for the channel.
getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
The unique channel ID for the channel.
getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanInfoRequestOrBuilder
The unique channel ID for the channel.
getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The unique channel ID for the channel.
getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
The unique channel ID for the channel.
getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The unique channel ID for the channel.
getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
/ The unique channel ID for the channel.
getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
/ The unique channel ID for the channel.
getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
The unique channel ID for the channel.
getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
The unique channel ID for the channel.
getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
The unique channel ID for the channel.
getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
The unique channel ID for the channel.
getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
The unique channel ID for the channel.
getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
The unique channel ID for the channel.
getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
The unique channel ID for the channel.
getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
The unique channel ID for the channel.
getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
The unique channel ID for the channel.
getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
/ The unique identifier of the channel.
getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
/ The unique identifier of the channel.
getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
/ The unique identifier of the channel.
getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
The unique channel ID for the channel.
getChanId() - Method in class org.lightningj.lnd.wrapper.message.ChanInfoRequest
Getter for chanId.
getChanId() - Method in class org.lightningj.lnd.wrapper.message.Channel
Getter for chan_id.
getChanId() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Getter for chan_id.
getChanId() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
Getter for chanId.
getChanId() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
Getter for chanId.
getChanId() - Method in class org.lightningj.lnd.wrapper.message.Hop
Getter for chan_id.
getChanId() - Method in class org.lightningj.lnd.wrapper.message.HopHint
Getter for chan_id.
getChanIdIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
/ The incoming channel ID that carried the HTLC that created the circuit.
getChanIdIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
/ The incoming channel ID that carried the HTLC that created the circuit.
getChanIdIn() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
/ The incoming channel ID that carried the HTLC that created the circuit.
getChanIdIn() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
Getter for chan_id_in.
getChanIdOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
/ The outgoing channel ID that carried the preimage that completed the circuit.
getChanIdOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
/ The outgoing channel ID that carried the preimage that completed the circuit.
getChanIdOut() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
/ The outgoing channel ID that carried the preimage that completed the circuit.
getChanIdOut() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
Getter for chan_id_out.
getChanInfo(LightningApi.ChanInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `getchaninfo` GetChanInfo returns the latest authenticated network announcement for the given channel identified by its channel ID: an 8-byte integer which uniquely identifies the location of transaction's funding output within the blockchain.
getChanInfo(LightningApi.ChanInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `getchaninfo` GetChanInfo returns the latest authenticated network announcement for the given channel identified by its channel ID: an 8-byte integer which uniquely identifies the location of transaction's funding output within the blockchain.
getChanInfo(LightningApi.ChanInfoRequest, StreamObserver<LightningApi.ChannelEdge>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `getchaninfo` GetChanInfo returns the latest authenticated network announcement for the given channel identified by its channel ID: an 8-byte integer which uniquely identifies the location of transaction's funding output within the blockchain.
getChanInfo(LightningApi.ChanInfoRequest, StreamObserver<LightningApi.ChannelEdge>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `getchaninfo` GetChanInfo returns the latest authenticated network announcement for the given channel identified by its channel ID: an 8-byte integer which uniquely identifies the location of transaction's funding output within the blockchain.
getChanInfo(Long, StreamObserver<ChannelEdge>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a getChanInfo request.
getChanInfo(ChanInfoRequest, StreamObserver<ChannelEdge>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a getChanInfo request.
getChanInfo(Long) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a getChanInfo request.
getChanInfo(ChanInfoRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a getChanInfo request.
getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
/ The pending channel to be closed
getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
/ The pending channel to be closed
getChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder
/ The pending channel to be closed
getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The pending channel to be force closed
getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
/ The pending channel to be force closed
getChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
/ The pending channel to be force closed
getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
/ The pending channel
getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
/ The pending channel
getChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
/ The pending channel
getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
/ The pending channel waiting for closing tx to confirm
getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
/ The pending channel waiting for closing tx to confirm
getChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannelOrBuilder
/ The pending channel waiting for closing tx to confirm
getChannel() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
Getter for a list of channel.
getChannel() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
Getter for a list of channel.
getChannel() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
Getter for a list of channel.
getChannel() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
Getter for a list of channel.
getChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
/ The pending channel to be closed
getChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The pending channel to be force closed
getChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
/ The pending channel
getChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
/ The pending channel waiting for closing tx to confirm
getChannelFees(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ An array of channel fee reports which describes the current fee schedule for each channel.
getChannelFees(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
/ An array of channel fee reports which describes the current fee schedule for each channel.
getChannelFees(int) - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
/ An array of channel fee reports which describes the current fee schedule for each channel.
getChannelFees() - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
Getter for a list of channel_fees.
getChannelFeesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ An array of channel fee reports which describes the current fee schedule for each channel.
getChannelFeesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ An array of channel fee reports which describes the current fee schedule for each channel.
getChannelFeesCount() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ An array of channel fee reports which describes the current fee schedule for each channel.
getChannelFeesCount() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
/ An array of channel fee reports which describes the current fee schedule for each channel.
getChannelFeesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
/ An array of channel fee reports which describes the current fee schedule for each channel.
getChannelFeesList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ An array of channel fee reports which describes the current fee schedule for each channel.
getChannelFeesList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
/ An array of channel fee reports which describes the current fee schedule for each channel.
getChannelFeesList() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
/ An array of channel fee reports which describes the current fee schedule for each channel.
getChannelFeesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ An array of channel fee reports which describes the current fee schedule for each channel.
getChannelFeesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
/ An array of channel fee reports which describes the current fee schedule for each channel.
getChannelFeesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
/ An array of channel fee reports which describes the current fee schedule for each channel.
getChannelFeesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ An array of channel fee reports which describes the current fee schedule for each channel.
getChannelFeesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
/ An array of channel fee reports which describes the current fee schedule for each channel.
getChannelFeesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
/ An array of channel fee reports which describes the current fee schedule for each channel.
getChannelId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
The unique channel ID for the channel.
getChannelId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
The unique channel ID for the channel.
getChannelId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
The unique channel ID for the channel.
getChannelId() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
Getter for channel_id.
getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
/ The pending channel to be closed
getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
/ The pending channel to be closed
getChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder
/ The pending channel to be closed
getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The pending channel to be force closed
getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
/ The pending channel to be force closed
getChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
/ The pending channel to be force closed
getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
/ The pending channel
getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
/ The pending channel
getChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
/ The pending channel
getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
/ The pending channel waiting for closing tx to confirm
getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
/ The pending channel waiting for closing tx to confirm
getChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannelOrBuilder
/ The pending channel waiting for closing tx to confirm
getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The outpoint (txid:index) of the funding transaction.
getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
The outpoint (txid:index) of the funding transaction.
getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The outpoint (txid:index) of the funding transaction.
getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
/ The outpoint (txid:index) of the funding transaction.
getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
/ The outpoint (txid:index) of the funding transaction.
getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdateOrBuilder
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
The outpoint (txid:index) of the funding transaction.
getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
The outpoint (txid:index) of the funding transaction.
getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
The outpoint (txid:index) of the funding transaction.
getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
The outpoint (txid:index) of the funding transaction.
getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
string channel_point = 2[json_name = "channel_point"];
getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
string channel_point = 2[json_name = "channel_point"];
getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
string channel_point = 2[json_name = "channel_point"];
getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.Channel
Getter for channel_point.
getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Getter for channel_point.
getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelOpenUpdate
Getter for a list of channel_point.
getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
Getter for a list of channelPoint.
getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
Getter for channel_point.
getChannelPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
getChannelPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
The outpoint (txid:index) of the funding transaction.
getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The outpoint (txid:index) of the funding transaction.
getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
The outpoint (txid:index) of the funding transaction.
getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The outpoint (txid:index) of the funding transaction.
getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
/ The outpoint (txid:index) of the funding transaction.
getChannelPointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
/ The outpoint (txid:index) of the funding transaction.
getChannelPointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
The outpoint (txid:index) of the funding transaction.
getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
string channel_point = 2[json_name = "channel_point"];
getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
string channel_point = 2[json_name = "channel_point"];
getChannelPointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
string channel_point = 2[json_name = "channel_point"];
getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
getChannelPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdateOrBuilder
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
The outpoint (txid:index) of the funding transaction.
getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
The outpoint (txid:index) of the funding transaction.
getChannelPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
The outpoint (txid:index) of the funding transaction.
getChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
getChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
getChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponseOrBuilder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
getChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
/ The list of active channels
getChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
/ The list of active channels
getChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
/ The list of active channels
getChannels() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsResponse
Getter for a list of channels.
getChannels() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsResponse
Getter for a list of channels.
getChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
getChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
/ The list of active channels
getChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
getChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
/ The list of active channels
getChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
getChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
getChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponseOrBuilder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
getChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
/ The list of active channels
getChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
/ The list of active channels
getChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
/ The list of active channels
getChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
getChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
getChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponseOrBuilder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
getChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
/ The list of active channels
getChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
/ The list of active channels
getChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
/ The list of active channels
getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
getChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponseOrBuilder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
/ The list of active channels
getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
/ The list of active channels
getChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
/ The list of active channels
getChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
getChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
getChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponseOrBuilder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
getChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
/ The list of active channels
getChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
/ The list of active channels
getChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
/ The list of active channels
getChannelUpdates(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
getChannelUpdates(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
getChannelUpdates(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
getChannelUpdates() - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
Getter for a list of channelUpdates.
getChannelUpdatesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
getChannelUpdatesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
getChannelUpdatesCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
getChannelUpdatesCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
getChannelUpdatesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
getChannelUpdatesList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
getChannelUpdatesList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
getChannelUpdatesList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
getChannelUpdatesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
getChannelUpdatesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
getChannelUpdatesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
getChannelUpdatesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
getChannelUpdatesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
getChannelUpdatesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
getChanOpen() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
getChanOpen() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
getChanOpen() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
getChanOpen() - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
Getter for a list of chan_open.
getChanOpenBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
getChanOpenOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
getChanOpenOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
getChanOpenOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
getChanPending() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
getChanPending() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
getChanPending() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
getChanPending() - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
Getter for a list of chan_pending.
getChanPendingBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
getChanPendingOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
getChanPendingOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
getChanPendingOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
string chan_point = 2[json_name = "chan_point"];
getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
string chan_point = 2[json_name = "chan_point"];
getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
string chan_point = 2[json_name = "chan_point"];
getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
.lnrpc.ChannelPoint chan_point = 2;
getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
.lnrpc.ChannelPoint chan_point = 2;
getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
.lnrpc.ChannelPoint chan_point = 2;
getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
/ The channel that this fee report belongs to.
getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
/ The channel that this fee report belongs to.
getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
/ The channel that this fee report belongs to.
getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
.lnrpc.ChannelPoint chan_point = 4;
getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
.lnrpc.ChannelPoint chan_point = 4;
getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
.lnrpc.ChannelPoint chan_point = 4;
getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ If set, this update will target a specific channel.
getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
/ If set, this update will target a specific channel.
getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
/ If set, this update will target a specific channel.
getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
Getter for chan_point.
getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
Getter for a list of chanPoint.
getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
Getter for channel_point.
getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
Getter for a list of chanPoint.
getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
Getter for a list of chan_point.
getChanPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
.lnrpc.ChannelPoint chan_point = 2;
getChanPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
.lnrpc.ChannelPoint chan_point = 4;
getChanPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ If set, this update will target a specific channel.
getChanPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
string chan_point = 2[json_name = "chan_point"];
getChanPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
string chan_point = 2[json_name = "chan_point"];
getChanPointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
string chan_point = 2[json_name = "chan_point"];
getChanPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
/ The channel that this fee report belongs to.
getChanPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
/ The channel that this fee report belongs to.
getChanPointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
/ The channel that this fee report belongs to.
getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
.lnrpc.ChannelPoint chan_point = 2;
getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
.lnrpc.ChannelPoint chan_point = 2;
getChanPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
.lnrpc.ChannelPoint chan_point = 2;
getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
.lnrpc.ChannelPoint chan_point = 4;
getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
.lnrpc.ChannelPoint chan_point = 4;
getChanPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
.lnrpc.ChannelPoint chan_point = 4;
getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ If set, this update will target a specific channel.
getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
/ If set, this update will target a specific channel.
getChanPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
/ If set, this update will target a specific channel.
getCipherSeedMnemonic(int) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonic(int) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonic(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedResponseOrBuilder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonic(int) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonic(int) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonic(int) - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonic() - Method in class org.lightningj.lnd.wrapper.message.GenSeedResponse
Getter for a list of cipherSeedMnemonic.
getCipherSeedMnemonic() - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
Getter for a list of cipherSeedMnemonic.
getCipherSeedMnemonicBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonicBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonicBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedResponseOrBuilder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonicBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonicBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonicBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonicCount() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonicCount() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonicCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedResponseOrBuilder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonicCount() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonicCount() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonicCount() - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonicList() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonicList() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonicList() - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedResponseOrBuilder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonicList() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonicList() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getCipherSeedMnemonicList() - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
getClosedChans(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
getClosedChans(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
getClosedChans(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
getClosedChans() - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
Getter for a list of closedChans.
getClosedChansBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
getClosedChansBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
getClosedChansCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
getClosedChansCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
getClosedChansCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
getClosedChansList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
getClosedChansList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
getClosedChansList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
getClosedChansOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
getClosedChansOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
getClosedChansOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
getClosedChansOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
getClosedChansOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
getClosedChansOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
getClosedHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
uint32 closed_height = 3;
getClosedHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
uint32 closed_height = 3;
getClosedHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
uint32 closed_height = 3;
getClosedHeight() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
Getter for closedHeight.
getCloseHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ Height at which the funding transaction was spent.
getCloseHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
/ Height at which the funding transaction was spent.
getCloseHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
/ Height at which the funding transaction was spent.
getCloseHeight() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Getter for close_height.
getClosePending() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
getClosePending() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
getClosePending() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
getClosePending() - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
Getter for a list of close_pending.
getClosePendingBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
getClosePendingOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
getClosePendingOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
getClosePendingOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
getCloseType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ Details on how the channel was closed.
getCloseType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
/ Details on how the channel was closed.
getCloseType() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
/ Details on how the channel was closed.
getCloseType() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Getter for close_type.
getCloseTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ Details on how the channel was closed.
getCloseTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
/ Details on how the channel was closed.
getCloseTypeValue() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
/ Details on how the channel was closed.
getClosingTxHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The txid of the transaction which ultimately closed this channel.
getClosingTxHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
/ The txid of the transaction which ultimately closed this channel.
getClosingTxHash() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
/ The txid of the transaction which ultimately closed this channel.
getClosingTxHash() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Getter for closing_tx_hash.
getClosingTxHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The txid of the transaction which ultimately closed this channel.
getClosingTxHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
/ The txid of the transaction which ultimately closed this channel.
getClosingTxHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
/ The txid of the transaction which ultimately closed this channel.
getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
bytes closing_txid = 1[json_name = "closing_txid"];
getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
bytes closing_txid = 1[json_name = "closing_txid"];
getClosingTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdateOrBuilder
bytes closing_txid = 1[json_name = "closing_txid"];
getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
/ The transaction id of the closing transaction
getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
/ The transaction id of the closing transaction
getClosingTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder
/ The transaction id of the closing transaction
getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The transaction id of the closing transaction
getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
/ The transaction id of the closing transaction
getClosingTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
/ The transaction id of the closing transaction
getClosingTxid() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
Getter for closing_txid.
getClosingTxid() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
Getter for closing_txid.
getClosingTxid() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
Getter for closing_txid.
getClosingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
/ The transaction id of the closing transaction
getClosingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
/ The transaction id of the closing transaction
getClosingTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder
/ The transaction id of the closing transaction
getClosingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The transaction id of the closing transaction
getClosingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
/ The transaction id of the closing transaction
getClosingTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
/ The transaction id of the closing transaction
getCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ Delta to use for the time-lock of the CLTV extended to the final hop.
getCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
/ Delta to use for the time-lock of the CLTV extended to the final hop.
getCltvExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
/ Delta to use for the time-lock of the CLTV extended to the final hop.
getCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
int64 cltv_expiry = 9[json_name = "cltv_expiry"];
getCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
int64 cltv_expiry = 9[json_name = "cltv_expiry"];
getCltvExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
int64 cltv_expiry = 9[json_name = "cltv_expiry"];
getCltvExpiry() - Method in class org.lightningj.lnd.wrapper.message.Invoice
Getter for cltv_expiry.
getCltvExpiry() - Method in class org.lightningj.lnd.wrapper.message.PayReq
Getter for cltv_expiry.
getCltvExpiryDelta() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
/ The time-lock delta of the channel.
getCltvExpiryDelta() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
/ The time-lock delta of the channel.
getCltvExpiryDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
/ The time-lock delta of the channel.
getCltvExpiryDelta() - Method in class org.lightningj.lnd.wrapper.message.HopHint
Getter for cltv_expiry_delta.
getColor() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
string color = 5[json_name = "color"];
getColor() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
string color = 5[json_name = "color"];
getColor() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
string color = 5[json_name = "color"];
getColor() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
Getter for color.
getColorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
string color = 5[json_name = "color"];
getColorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
string color = 5[json_name = "color"];
getColorBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
string color = 5[json_name = "color"];
getCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The amount calculated to be paid in fees for the current set of commitment transactions.
getCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
The amount calculated to be paid in fees for the current set of commitment transactions.
getCommitFee() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
The amount calculated to be paid in fees for the current set of commitment transactions.
getCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
The amount calculated to be paid in fees for the current set of commitment transactions.
getCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
The amount calculated to be paid in fees for the current set of commitment transactions.
getCommitFee() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
The amount calculated to be paid in fees for the current set of commitment transactions.
getCommitFee() - Method in class org.lightningj.lnd.wrapper.message.Channel
Getter for commit_fee.
getCommitFee() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
Getter for commit_fee.
getCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ The weight of the commitment transaction
getCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
/ The weight of the commitment transaction
getCommitWeight() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
/ The weight of the commitment transaction
getCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
/ The weight of the commitment transaction
getCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
/ The weight of the commitment transaction
getCommitWeight() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
/ The weight of the commitment transaction
getCommitWeight() - Method in class org.lightningj.lnd.wrapper.message.Channel
Getter for commit_weight.
getCommitWeight() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
Getter for commit_weight.
getConfirmation() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
getConfirmation() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
getConfirmation() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
getConfirmation() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
getConfirmation() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
getConfirmation() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
getConfirmation() - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
Getter for a list of confirmation.
getConfirmation() - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
Getter for a list of confirmation.
getConfirmationBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
getConfirmationBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
getConfirmationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
/ The height at which this channel will be confirmed
getConfirmationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
/ The height at which this channel will be confirmed
getConfirmationHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
/ The height at which this channel will be confirmed
getConfirmationHeight() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
Getter for confirmation_height.
getConfirmationOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
getConfirmationOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
getConfirmationOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
getConfirmationOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
getConfirmationOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
getConfirmationOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
getConfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
/ The confirmed balance of a wallet(with >= 1 confirmations)
getConfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
/ The confirmed balance of a wallet(with >= 1 confirmations)
getConfirmedBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.WalletBalanceResponseOrBuilder
/ The confirmed balance of a wallet(with >= 1 confirmations)
getConfirmedBalance() - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
Getter for confirmed_balance.
getConnectingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
string connecting_node = 6;
getConnectingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
string connecting_node = 6;
getConnectingNode() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
string connecting_node = 6;
getConnectingNode() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
Getter for connectingNode.
getConnectingNodeBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
string connecting_node = 6;
getConnectingNodeBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
string connecting_node = 6;
getConnectingNodeBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
string connecting_node = 6;
getCooperative() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
bool cooperative = 1;
getCooperative() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
bool cooperative = 1;
getCooperative() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequestOrBuilder
bool cooperative = 1;
getCooperative() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
Getter for cooperative.
getCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ When this invoice was created
getCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
/ When this invoice was created
getCreationDate() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
/ When this invoice was created
getCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The date of this payment
getCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
/ The date of this payment
getCreationDate() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
/ The date of this payment
getCreationDate() - Method in class org.lightningj.lnd.wrapper.message.Invoice
Getter for creation_date.
getCreationDate() - Method in class org.lightningj.lnd.wrapper.message.Payment
Getter for creation_date.
getCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The CSV delay expressed in relative blocks.
getCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
The CSV delay expressed in relative blocks.
getCsvDelay() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
The CSV delay expressed in relative blocks.
getCsvDelay() - Method in class org.lightningj.lnd.wrapper.message.Channel
Getter for csv_delay.
getCurrentMacaroonAsHex() - Method in interface org.lightningj.lnd.wrapper.MacaroonContext
Method that should return the macaroon in serialized (hex encoded form) that should be used in header for calls towards server node.
getCurrentMacaroonAsHex() - Method in class org.lightningj.lnd.wrapper.StaticFileMacaroonContext
Method that should return the macaroon that should be used in header for calls towards server node.
getCurrentPassword() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
current_password should be the current valid passphrase used to unlock the daemon.
getCurrentPassword() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
current_password should be the current valid passphrase used to unlock the daemon.
getCurrentPassword() - Method in interface org.lightningj.lnd.proto.LightningApi.ChangePasswordRequestOrBuilder
current_password should be the current valid passphrase used to unlock the daemon.
getCurrentPassword() - Method in class org.lightningj.lnd.wrapper.message.ChangePasswordRequest
Getter for currentPassword.
getDayFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 24 hrs.
getDayFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 24 hrs.
getDayFeeSum() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 24 hrs.
getDayFeeSum() - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
Getter for day_fee_sum.
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Route
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Route
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
getDescription() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string description = 6[json_name = "description"];
getDescription() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
string description = 6[json_name = "description"];
getDescription() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
string description = 6[json_name = "description"];
getDescription() - Method in class org.lightningj.lnd.wrapper.message.PayReq
Getter for description.
getDescription() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
 
getDescriptionBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string description = 6[json_name = "description"];
getDescriptionBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
string description = 6[json_name = "description"];
getDescriptionBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
string description = 6[json_name = "description"];
getDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Hash (SHA-256) of a description of the payment.
getDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
Hash (SHA-256) of a description of the payment.
getDescriptionHash() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
Hash (SHA-256) of a description of the payment.
getDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string description_hash = 7[json_name = "description_hash"];
getDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
string description_hash = 7[json_name = "description_hash"];
getDescriptionHash() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
string description_hash = 7[json_name = "description_hash"];
getDescriptionHash() - Method in class org.lightningj.lnd.wrapper.message.Invoice
Getter for description_hash.
getDescriptionHash() - Method in class org.lightningj.lnd.wrapper.message.PayReq
Getter for description_hash.
getDescriptionHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string description_hash = 7[json_name = "description_hash"];
getDescriptionHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
string description_hash = 7[json_name = "description_hash"];
getDescriptionHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
string description_hash = 7[json_name = "description_hash"];
getDescriptionResourceKey() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.NewAddressRequest.AddressType
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Route
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.NewAddressRequest.AddressType
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
getDest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
/ The identity pubkey of the payment recipient
getDest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
/ The identity pubkey of the payment recipient
getDest() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
/ The identity pubkey of the payment recipient
getDest() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
Getter for dest.
getDestAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ Addresses that received funds for this transaction
getDestAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
/ Addresses that received funds for this transaction
getDestAddresses(int) - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
/ Addresses that received funds for this transaction
getDestAddresses() - Method in class org.lightningj.lnd.wrapper.message.Transaction
Getter for a list of dest_addresses.
getDestAddressesBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ Addresses that received funds for this transaction
getDestAddressesBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
/ Addresses that received funds for this transaction
getDestAddressesBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
/ Addresses that received funds for this transaction
getDestAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ Addresses that received funds for this transaction
getDestAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
/ Addresses that received funds for this transaction
getDestAddressesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
/ Addresses that received funds for this transaction
getDestAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ Addresses that received funds for this transaction
getDestAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
/ Addresses that received funds for this transaction
getDestAddressesList() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
/ Addresses that received funds for this transaction
getDestination() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string destination = 1[json_name = "destination"];
getDestination() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
string destination = 1[json_name = "destination"];
getDestination() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
string destination = 1[json_name = "destination"];
getDestination() - Method in class org.lightningj.lnd.wrapper.message.PayReq
Getter for destination.
getDestinationBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string destination = 1[json_name = "destination"];
getDestinationBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
string destination = 1[json_name = "destination"];
getDestinationBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
string destination = 1[json_name = "destination"];
getDestString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
/ The hex-encoded identity pubkey of the payment recipient
getDestString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
/ The hex-encoded identity pubkey of the payment recipient
getDestString() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
/ The hex-encoded identity pubkey of the payment recipient
getDestString() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
Getter for destString.
getDestStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
/ The hex-encoded identity pubkey of the payment recipient
getDestStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
/ The hex-encoded identity pubkey of the payment recipient
getDestStringBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
/ The hex-encoded identity pubkey of the payment recipient
getDisabled() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
bool disabled = 5[json_name = "disabled"];
getDisabled() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
bool disabled = 5[json_name = "disabled"];
getDisabled() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
bool disabled = 5[json_name = "disabled"];
getDisabled() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
Getter for disabled.
getEdges(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `ChannelEdge`s in this channel graph
getEdges(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
/ The list of `ChannelEdge`s in this channel graph
getEdges(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
/ The list of `ChannelEdge`s in this channel graph
getEdges() - Method in class org.lightningj.lnd.wrapper.message.ChannelGraph
Getter for a list of edges.
getEdgesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `ChannelEdge`s in this channel graph
getEdgesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `ChannelEdge`s in this channel graph
getEdgesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `ChannelEdge`s in this channel graph
getEdgesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
/ The list of `ChannelEdge`s in this channel graph
getEdgesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
/ The list of `ChannelEdge`s in this channel graph
getEdgesList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `ChannelEdge`s in this channel graph
getEdgesList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
/ The list of `ChannelEdge`s in this channel graph
getEdgesList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
/ The list of `ChannelEdge`s in this channel graph
getEdgesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `ChannelEdge`s in this channel graph
getEdgesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
/ The list of `ChannelEdge`s in this channel graph
getEdgesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
/ The list of `ChannelEdge`s in this channel graph
getEdgesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `ChannelEdge`s in this channel graph
getEdgesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
/ The list of `ChannelEdge`s in this channel graph
getEdgesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
/ The list of `ChannelEdge`s in this channel graph
getEncipheredSeed() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
enciphered_seed are the raw aezeed cipher seed bytes.
getEncipheredSeed() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
enciphered_seed are the raw aezeed cipher seed bytes.
getEncipheredSeed() - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedResponseOrBuilder
enciphered_seed are the raw aezeed cipher seed bytes.
getEncipheredSeed() - Method in class org.lightningj.lnd.wrapper.message.GenSeedResponse
Getter for encipheredSeed.
getEndTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
/ End time is the end point of the forwarding history request.
getEndTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
/ End time is the end point of the forwarding history request.
getEndTime() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequestOrBuilder
/ End time is the end point of the forwarding history request.
getEndTime() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
Getter for end_time.
getEntry() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntries
 
getExpirationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
uint32 expiration_height = 4[json_name = "expiration_height"];
getExpirationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
uint32 expiration_height = 4[json_name = "expiration_height"];
getExpirationHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCOrBuilder
uint32 expiration_height = 4[json_name = "expiration_height"];
getExpirationHeight() - Method in class org.lightningj.lnd.wrapper.message.HTLC
Getter for expiration_height.
getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
uint32 expiry = 5[json_name = "expiry"];
getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
uint32 expiry = 5[json_name = "expiry"];
getExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
uint32 expiry = 5[json_name = "expiry"];
getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ Payment request expiry time in seconds.
getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
/ Payment request expiry time in seconds.
getExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
/ Payment request expiry time in seconds.
getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
int64 expiry = 5[json_name = "expiry"];
getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
int64 expiry = 5[json_name = "expiry"];
getExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
int64 expiry = 5[json_name = "expiry"];
getExpiry() - Method in class org.lightningj.lnd.wrapper.message.Hop
Getter for expiry.
getExpiry() - Method in class org.lightningj.lnd.wrapper.message.Invoice
Getter for expiry.
getExpiry() - Method in class org.lightningj.lnd.wrapper.message.PayReq
Getter for expiry.
getFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ Fallback on-chain address.
getFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
/ Fallback on-chain address.
getFallbackAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
/ Fallback on-chain address.
getFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string fallback_addr = 8[json_name = "fallback_addr"];
getFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
string fallback_addr = 8[json_name = "fallback_addr"];
getFallbackAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
string fallback_addr = 8[json_name = "fallback_addr"];
getFallbackAddr() - Method in class org.lightningj.lnd.wrapper.message.Invoice
Getter for fallback_addr.
getFallbackAddr() - Method in class org.lightningj.lnd.wrapper.message.PayReq
Getter for fallback_addr.
getFallbackAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ Fallback on-chain address.
getFallbackAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
/ Fallback on-chain address.
getFallbackAddrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
/ Fallback on-chain address.
getFallbackAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string fallback_addr = 8[json_name = "fallback_addr"];
getFallbackAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
string fallback_addr = 8[json_name = "fallback_addr"];
getFallbackAddrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
string fallback_addr = 8[json_name = "fallback_addr"];
getFee() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
/ The total fee that this payment circuit carried.
getFee() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
/ The total fee that this payment circuit carried.
getFee() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
/ The total fee that this payment circuit carried.
getFee() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
Deprecated.
getFee() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
Deprecated.
getFee() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
Deprecated.
getFee() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The fee paid for this payment in satoshis
getFee() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
/ The fee paid for this payment in satoshis
getFee() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
/ The fee paid for this payment in satoshis
getFee() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
Getter for fee.
getFee() - Method in class org.lightningj.lnd.wrapper.message.Hop
Getter for fee.
getFee() - Method in class org.lightningj.lnd.wrapper.message.Payment
Getter for fee.
getFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
/ The base fee of the channel denominated in millisatoshis.
getFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
/ The base fee of the channel denominated in millisatoshis.
getFeeBaseMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
/ The base fee of the channel denominated in millisatoshis.
getFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
int64 fee_base_msat = 3[json_name = "fee_base_msat"];
getFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
int64 fee_base_msat = 3[json_name = "fee_base_msat"];
getFeeBaseMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
int64 fee_base_msat = 3[json_name = "fee_base_msat"];
getFeeBaseMsat() - Method in class org.lightningj.lnd.wrapper.message.HopHint
Getter for fee_base_msat.
getFeeBaseMsat() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
Getter for fee_base_msat.
getFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
The maximum number of satoshis that will be paid as a fee of the payment.
getFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
The maximum number of satoshis that will be paid as a fee of the payment.
getFeeLimit() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
The maximum number of satoshis that will be paid as a fee of the payment.
getFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
The maximum number of satoshis that will be paid as a fee of the payment.
getFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
The maximum number of satoshis that will be paid as a fee of the payment.
getFeeLimit() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
The maximum number of satoshis that will be paid as a fee of the payment.
getFeeLimit() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
Getter for a list of feeLimit.
getFeeLimit() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
Getter for a list of feeLimit.
getFeeLimitBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
The maximum number of satoshis that will be paid as a fee of the payment.
getFeeLimitBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
The maximum number of satoshis that will be paid as a fee of the payment.
getFeeLimitOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
The maximum number of satoshis that will be paid as a fee of the payment.
getFeeLimitOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
The maximum number of satoshis that will be paid as a fee of the payment.
getFeeLimitOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
The maximum number of satoshis that will be paid as a fee of the payment.
getFeeLimitOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
The maximum number of satoshis that will be paid as a fee of the payment.
getFeeLimitOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
The maximum number of satoshis that will be paid as a fee of the payment.
getFeeLimitOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
The maximum number of satoshis that will be paid as a fee of the payment.
getFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
int64 fee_msat = 7[json_name = "fee_msat"];
getFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
int64 fee_msat = 7[json_name = "fee_msat"];
getFeeMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
int64 fee_msat = 7[json_name = "fee_msat"];
getFeeMsat() - Method in class org.lightningj.lnd.wrapper.message.Hop
Getter for fee_msat.
getFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The required number of satoshis per kilo-weight that the requester will pay at all times, for both the funding transaction and commitment transaction.
getFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
The required number of satoshis per kilo-weight that the requester will pay at all times, for both the funding transaction and commitment transaction.
getFeePerKw() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
The required number of satoshis per kilo-weight that the requester will pay at all times, for both the funding transaction and commitment transaction.
getFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
The required number of satoshis per kilo-weight that the requester will pay at all times, for both the funding transaction and commitment transaction.
getFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
The required number of satoshis per kilo-weight that the requester will pay at all times, for both the funding transaction and commitment transaction.
getFeePerKw() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
The required number of satoshis per kilo-weight that the requester will pay at all times, for both the funding transaction and commitment transaction.
getFeePerKw() - Method in class org.lightningj.lnd.wrapper.message.Channel
Getter for fee_per_kw.
getFeePerKw() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
Getter for fee_per_kw.
getFeePerMil() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
/ The amount charged per milli-satoshis transferred expressed in millionths of a satoshi.
getFeePerMil() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
/ The amount charged per milli-satoshis transferred expressed in millionths of a satoshi.
getFeePerMil() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
/ The amount charged per milli-satoshis transferred expressed in millionths of a satoshi.
getFeePerMil() - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
Getter for fee_per_mil.
getFeeProportionalMillionths() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
The fee rate of the channel for sending one satoshi across it denominated in millionths of a satoshi.
getFeeProportionalMillionths() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
The fee rate of the channel for sending one satoshi across it denominated in millionths of a satoshi.
getFeeProportionalMillionths() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
The fee rate of the channel for sending one satoshi across it denominated in millionths of a satoshi.
getFeeProportionalMillionths() - Method in class org.lightningj.lnd.wrapper.message.HopHint
Getter for fee_proportional_millionths.
getFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
/ The effective fee rate in milli-satoshis.
getFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
/ The effective fee rate in milli-satoshis.
getFeeRate() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
/ The effective fee rate in milli-satoshis.
getFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ The effective fee rate in milli-satoshis.
getFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
/ The effective fee rate in milli-satoshis.
getFeeRate() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
/ The effective fee rate in milli-satoshis.
getFeeRate() - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
Getter for fee_rate.
getFeeRate() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
Getter for fee_rate.
getFeeRateMilliMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
int64 fee_rate_milli_msat = 4[json_name = "fee_rate_milli_msat"];
getFeeRateMilliMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
int64 fee_rate_milli_msat = 4[json_name = "fee_rate_milli_msat"];
getFeeRateMilliMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
int64 fee_rate_milli_msat = 4[json_name = "fee_rate_milli_msat"];
getFeeRateMilliMsat() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
Getter for fee_rate_milli_msat.
getField() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
 
getFinalCltvDelta() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
/ An optional CLTV delta from the current height that should be used for the timelock of the final hop
getFinalCltvDelta() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
/ An optional CLTV delta from the current height that should be used for the timelock of the final hop
getFinalCltvDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
/ An optional CLTV delta from the current height that should be used for the timelock of the final hop
getFinalCltvDelta() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
The CLTV delta from the current height that should be used to set the timelock for the final hop.
getFinalCltvDelta() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
The CLTV delta from the current height that should be used to set the timelock for the final hop.
getFinalCltvDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
The CLTV delta from the current height that should be used to set the timelock for the final hop.
getFinalCltvDelta() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
Getter for finalCltvDelta.
getFinalCltvDelta() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
Getter for finalCltvDelta.
getFixed() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
/ The fee limit expressed as a fixed amount of satoshis.
getFixed() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
/ The fee limit expressed as a fixed amount of satoshis.
getFixed() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeLimitOrBuilder
/ The fee limit expressed as a fixed amount of satoshis.
getFixed() - Method in class org.lightningj.lnd.wrapper.message.FeeLimit
Getter for fixed.
getForce() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
/ If true, then the channel will be closed forcibly.
getForce() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
/ If true, then the channel will be closed forcibly.
getForce() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
/ If true, then the channel will be closed forcibly.
getForce() - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
Getter for force.
getForwardingEvents(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ A list of forwarding events from the time slice of the time series specified in the request.
getForwardingEvents(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
/ A list of forwarding events from the time slice of the time series specified in the request.
getForwardingEvents(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
/ A list of forwarding events from the time slice of the time series specified in the request.
getForwardingEvents() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
Getter for a list of forwarding_events.
getForwardingEventsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ A list of forwarding events from the time slice of the time series specified in the request.
getForwardingEventsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ A list of forwarding events from the time slice of the time series specified in the request.
getForwardingEventsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ A list of forwarding events from the time slice of the time series specified in the request.
getForwardingEventsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
/ A list of forwarding events from the time slice of the time series specified in the request.
getForwardingEventsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
/ A list of forwarding events from the time slice of the time series specified in the request.
getForwardingEventsList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ A list of forwarding events from the time slice of the time series specified in the request.
getForwardingEventsList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
/ A list of forwarding events from the time slice of the time series specified in the request.
getForwardingEventsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
/ A list of forwarding events from the time slice of the time series specified in the request.
getForwardingEventsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ A list of forwarding events from the time slice of the time series specified in the request.
getForwardingEventsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
/ A list of forwarding events from the time slice of the time series specified in the request.
getForwardingEventsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
/ A list of forwarding events from the time slice of the time series specified in the request.
getForwardingEventsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ A list of forwarding events from the time slice of the time series specified in the request.
getForwardingEventsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
/ A list of forwarding events from the time slice of the time series specified in the request.
getForwardingEventsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
/ A list of forwarding events from the time slice of the time series specified in the request.
getFundingCanceled() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
bool funding_canceled = 5;
getFundingCanceled() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
bool funding_canceled = 5;
getFundingCanceled() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequestOrBuilder
bool funding_canceled = 5;
getFundingCanceled() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
Getter for fundingCanceled.
getFundingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
/ Txid of the funding transaction
getFundingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
/ Txid of the funding transaction
getFundingTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
/ Txid of the funding transaction
getFundingTxidBytes() - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
Getter for funding_txid_bytes.
getFundingTxidCase() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
getFundingTxidCase() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
getFundingTxidCase() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
 
getFundingTxidStr() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
/ Hex-encoded string representing the funding transaction
getFundingTxidStr() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
/ Hex-encoded string representing the funding transaction
getFundingTxidStr() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
/ Hex-encoded string representing the funding transaction
getFundingTxidStr() - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
Getter for funding_txid_str.
getFundingTxidStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
/ Hex-encoded string representing the funding transaction
getFundingTxidStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
/ Hex-encoded string representing the funding transaction
getFundingTxidStrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
/ Hex-encoded string representing the funding transaction
getGlobal() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ If set, then this update applies to all currently active channels.
getGlobal() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
/ If set, then this update applies to all currently active channels.
getGlobal() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
/ If set, then this update applies to all currently active channels.
getGlobal() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
Getter for global.
getGlobalFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
bytes global_features = 3;
getGlobalFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
bytes global_features = 3;
getGlobalFeatures() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
bytes global_features = 3;
getGlobalFeatures() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
Getter for globalFeatures.
getGraphDiameter() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
uint32 graph_diameter = 1[json_name = "graph_diameter"];
getGraphDiameter() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
uint32 graph_diameter = 1[json_name = "graph_diameter"];
getGraphDiameter() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
uint32 graph_diameter = 1[json_name = "graph_diameter"];
getGraphDiameter() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
Getter for graph_diameter.
getHashLock() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
bytes hash_lock = 3[json_name = "hash_lock"];
getHashLock() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
bytes hash_lock = 3[json_name = "hash_lock"];
getHashLock() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCOrBuilder
bytes hash_lock = 3[json_name = "hash_lock"];
getHashLock() - Method in class org.lightningj.lnd.wrapper.message.HTLC
Getter for hash_lock.
getHopHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
getHopHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
A list of hop hints that when chained together can assist in reaching a specific destination.
getHopHints(int) - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
A list of hop hints that when chained together can assist in reaching a specific destination.
getHopHints() - Method in class org.lightningj.lnd.wrapper.message.RouteHint
Getter for a list of hop_hints.
getHopHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
getHopHintsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
getHopHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
getHopHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
A list of hop hints that when chained together can assist in reaching a specific destination.
getHopHintsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
A list of hop hints that when chained together can assist in reaching a specific destination.
getHopHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
getHopHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
A list of hop hints that when chained together can assist in reaching a specific destination.
getHopHintsList() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
A list of hop hints that when chained together can assist in reaching a specific destination.
getHopHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
getHopHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
A list of hop hints that when chained together can assist in reaching a specific destination.
getHopHintsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
A list of hop hints that when chained together can assist in reaching a specific destination.
getHopHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
getHopHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
A list of hop hints that when chained together can assist in reaching a specific destination.
getHopHintsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
A list of hop hints that when chained together can assist in reaching a specific destination.
getHops(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
getHops(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route
Contains details concerning the specific forwarding details at each hop.
getHops(int) - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
Contains details concerning the specific forwarding details at each hop.
getHops() - Method in class org.lightningj.lnd.wrapper.message.Route
Getter for a list of hops.
getHopsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
getHopsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
getHopsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
getHopsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Route
Contains details concerning the specific forwarding details at each hop.
getHopsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
Contains details concerning the specific forwarding details at each hop.
getHopsList() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
getHopsList() - Method in class org.lightningj.lnd.proto.LightningApi.Route
Contains details concerning the specific forwarding details at each hop.
getHopsList() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
Contains details concerning the specific forwarding details at each hop.
getHopsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
getHopsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route
Contains details concerning the specific forwarding details at each hop.
getHopsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
Contains details concerning the specific forwarding details at each hop.
getHopsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
getHopsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Route
Contains details concerning the specific forwarding details at each hop.
getHopsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
Contains details concerning the specific forwarding details at each hop.
getHost() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
/ The network location of the lightning node, e.g.
getHost() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
/ The network location of the lightning node, e.g.
getHost() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningAddressOrBuilder
/ The network location of the lightning node, e.g.
getHost() - Method in class org.lightningj.lnd.wrapper.message.LightningAddress
Getter for host.
getHostBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
/ The network location of the lightning node, e.g.
getHostBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
/ The network location of the lightning node, e.g.
getHostBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningAddressOrBuilder
/ The network location of the lightning node, e.g.
getIdentityKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
string identity_key = 2;
getIdentityKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
string identity_key = 2;
getIdentityKey() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
string identity_key = 2;
getIdentityKey() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
Getter for identityKey.
getIdentityKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
string identity_key = 2;
getIdentityKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
string identity_key = 2;
getIdentityKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
string identity_key = 2;
getIdentityPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The identity pubkey of the current node.
getIdentityPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ The identity pubkey of the current node.
getIdentityPubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ The identity pubkey of the current node.
getIdentityPubkey() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Getter for identity_pubkey.
getIdentityPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The identity pubkey of the current node.
getIdentityPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ The identity pubkey of the current node.
getIdentityPubkeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ The identity pubkey of the current node.
getInactiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
bool inactive_only = 2;
getInactiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
bool inactive_only = 2;
getInactiveOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsRequestOrBuilder
bool inactive_only = 2;
getInactiveOnly() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
Getter for inactiveOnly.
getInbound() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ A channel is inbound if the counterparty initiated the channel
getInbound() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
/ A channel is inbound if the counterparty initiated the channel
getInbound() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
/ A channel is inbound if the counterparty initiated the channel
getInbound() - Method in class org.lightningj.lnd.wrapper.message.Peer
Getter for inbound.
getIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
bool incoming = 1[json_name = "incoming"];
getIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
bool incoming = 1[json_name = "incoming"];
getIncoming() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCOrBuilder
bool incoming = 1[json_name = "incoming"];
getIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
/ The direction within the channel that the htlc was sent
getIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
/ The direction within the channel that the htlc was sent
getIncoming() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
/ The direction within the channel that the htlc was sent
getIncoming() - Method in class org.lightningj.lnd.wrapper.message.HTLC
Getter for incoming.
getIncoming() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
Getter for incoming.
getIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
/ Index offset is the offset in the time series to start at.
getIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
/ Index offset is the offset in the time series to start at.
getIndexOffset() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequestOrBuilder
/ Index offset is the offset in the time series to start at.
getIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
The offset in the time series to start at.
getIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
The offset in the time series to start at.
getIndexOffset() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceRequestOrBuilder
The offset in the time series to start at.
getIndexOffset() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
Getter for index_offset.
getIndexOffset() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
Getter for index_offset.
getInfo(LightningApi.GetInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `getinfo` GetInfo returns general information concerning the lightning node including it's identity pubkey, alias, the chains it is connected to, and information concerning the number of open+pending channels.
getInfo(LightningApi.GetInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `getinfo` GetInfo returns general information concerning the lightning node including it's identity pubkey, alias, the chains it is connected to, and information concerning the number of open+pending channels.
getInfo(LightningApi.GetInfoRequest, StreamObserver<LightningApi.GetInfoResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `getinfo` GetInfo returns general information concerning the lightning node including it's identity pubkey, alias, the chains it is connected to, and information concerning the number of open+pending channels.
getInfo(LightningApi.GetInfoRequest, StreamObserver<LightningApi.GetInfoResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `getinfo` GetInfo returns general information concerning the lightning node including it's identity pubkey, alias, the chains it is connected to, and information concerning the number of open+pending channels.
getInfo(StreamObserver<GetInfoResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a getInfo request.
getInfo(GetInfoRequest, StreamObserver<GetInfoResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a getInfo request.
getInfo() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a getInfo request.
getInfo(GetInfoRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a getInfo request.
GetInfoRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for GetInfoRequest.
GetInfoRequest() - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoRequest
Empty Constructor
GetInfoRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoRequest
Json Parsing Constructor
GetInfoRequest(LightningApi.GetInfoRequest) - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoRequest
Constructor using underlying Lightning API Object
GetInfoResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for GetInfoResponse.
GetInfoResponse() - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoResponse
Empty Constructor
GetInfoResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoResponse
Json Parsing Constructor
GetInfoResponse(LightningApi.GetInfoResponse) - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoResponse
Constructor using underlying Lightning API Object
getInstance() - Static method in class org.lightningj.lnd.wrapper.StatusExceptionWrapper
 
getInstance() - Static method in class org.lightningj.lnd.wrapper.WrapperFactory
 
getInvoices(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
getInvoices(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
A list of invoices from the time slice of the time series specified in the request.
getInvoices(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
A list of invoices from the time slice of the time series specified in the request.
getInvoices() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
Getter for a list of invoices.
getInvoicesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
getInvoicesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
getInvoicesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
getInvoicesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
A list of invoices from the time slice of the time series specified in the request.
getInvoicesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
A list of invoices from the time slice of the time series specified in the request.
getInvoicesList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
getInvoicesList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
A list of invoices from the time slice of the time series specified in the request.
getInvoicesList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
A list of invoices from the time slice of the time series specified in the request.
getInvoicesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
getInvoicesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
A list of invoices from the time slice of the time series specified in the request.
getInvoicesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
A list of invoices from the time slice of the time series specified in the request.
getInvoicesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
getInvoicesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
A list of invoices from the time slice of the time series specified in the request.
getInvoicesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
A list of invoices from the time slice of the time series specified in the request.
getJAXBClassPath() - Method in class org.lightningj.lnd.wrapper.V1XMLParser
 
getJAXBClassPath() - Method in class org.lightningj.lnd.wrapper.XMLParser
 
getJAXBContext() - Method in class org.lightningj.lnd.wrapper.XMLParser
 
getKey() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
Getter for key.
getLastIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
The index of the last time in the set of returned invoices.
getLastIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
The index of the last time in the set of returned invoices.
getLastIndexOffset() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
The index of the last time in the set of returned invoices.
getLastIndexOffset() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
Getter for last_index_offset.
getLastOffsetIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ The index of the last time in the set of returned forwarding events.
getLastOffsetIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
/ The index of the last time in the set of returned forwarding events.
getLastOffsetIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
/ The index of the last time in the set of returned forwarding events.
getLastOffsetIndex() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
Getter for last_offset_index.
getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
uint32 last_update = 3[json_name = "last_update"];
getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
uint32 last_update = 3[json_name = "last_update"];
getLastUpdate() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
uint32 last_update = 3[json_name = "last_update"];
getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
uint32 last_update = 1[json_name = "last_update"];
getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
uint32 last_update = 1[json_name = "last_update"];
getLastUpdate() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
uint32 last_update = 1[json_name = "last_update"];
getLastUpdate() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
Getter for last_update.
getLastUpdate() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
Getter for last_update.
getLevelSpec() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
string level_spec = 2;
getLevelSpec() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
string level_spec = 2;
getLevelSpec() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelRequestOrBuilder
string level_spec = 2;
getLevelSpec() - Method in class org.lightningj.lnd.wrapper.message.DebugLevelRequest
Getter for levelSpec.
getLevelSpecBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
string level_spec = 2;
getLevelSpecBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
string level_spec = 2;
getLevelSpecBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelRequestOrBuilder
string level_spec = 2;
getLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The balance in satoshis encumbered in this pending channel
getLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
/ The balance in satoshis encumbered in this pending channel
getLimboBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
/ The balance in satoshis encumbered in this pending channel
getLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
/ The balance in satoshis encumbered in this channel
getLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
/ The balance in satoshis encumbered in this channel
getLimboBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannelOrBuilder
/ The balance in satoshis encumbered in this channel
getLimboBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
Getter for limbo_balance.
getLimboBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
Getter for limbo_balance.
getLimitCase() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
getLimitCase() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
getLimitCase() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeLimitOrBuilder
 
getLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ This node's current balance in this channel
getLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
/ This node's current balance in this channel
getLocalBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
/ This node's current balance in this channel
getLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
int64 local_balance = 4[json_name = "local_balance"];
getLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
int64 local_balance = 4[json_name = "local_balance"];
getLocalBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
int64 local_balance = 4[json_name = "local_balance"];
getLocalBalance() - Method in class org.lightningj.lnd.wrapper.message.Channel
Getter for local_balance.
getLocalBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
Getter for local_balance.
getLocalForce() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
bool local_force = 2;
getLocalForce() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
bool local_force = 2;
getLocalForce() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequestOrBuilder
bool local_force = 2;
getLocalForce() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
Getter for localForce.
getLocalFundingAmount() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The number of satoshis the wallet should commit to the channel
getLocalFundingAmount() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
/ The number of satoshis the wallet should commit to the channel
getLocalFundingAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
/ The number of satoshis the wallet should commit to the channel
getLocalFundingAmount() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Getter for local_funding_amount.
getMarshaller() - Method in class org.lightningj.lnd.wrapper.XMLParser
 
getMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The height at which funds can be sweeped into the wallet
getMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
/ The height at which funds can be sweeped into the wallet
getMaturityHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
/ The height at which funds can be sweeped into the wallet
getMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
/ The next block height at which we can spend the current stage
getMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
/ The next block height at which we can spend the current stage
getMaturityHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
/ The next block height at which we can spend the current stage
getMaturityHeight() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
Getter for maturity_height.
getMaturityHeight() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
Getter for maturity_height.
getMaxChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
int64 max_channel_size = 9[json_name = "max_channel_size"];
getMaxChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
int64 max_channel_size = 9[json_name = "max_channel_size"];
getMaxChannelSize() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
int64 max_channel_size = 9[json_name = "max_channel_size"];
getMaxChannelSize() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
Getter for max_channel_size.
getMaxOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
uint32 max_out_degree = 3[json_name = "max_out_degree"];
getMaxOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
uint32 max_out_degree = 3[json_name = "max_out_degree"];
getMaxOutDegree() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
uint32 max_out_degree = 3[json_name = "max_out_degree"];
getMaxOutDegree() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
Getter for max_out_degree.
getMemo() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
An optional memo to attach along with the invoice.
getMemo() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
An optional memo to attach along with the invoice.
getMemo() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
An optional memo to attach along with the invoice.
getMemo() - Method in class org.lightningj.lnd.wrapper.message.Invoice
Getter for memo.
getMemoBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
An optional memo to attach along with the invoice.
getMemoBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
An optional memo to attach along with the invoice.
getMemoBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
An optional memo to attach along with the invoice.
getMessageErrors() - Method in class org.lightningj.lnd.wrapper.ValidationResult
 
getMessageName() - Method in class org.lightningj.lnd.wrapper.Message
 
getMessageType() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
 
getMessageType() - Method in class org.lightningj.lnd.wrapper.ValidationResult
 
getMinChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
int64 min_channel_size = 8[json_name = "min_channel_size"];
getMinChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
int64 min_channel_size = 8[json_name = "min_channel_size"];
getMinChannelSize() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
int64 min_channel_size = 8[json_name = "min_channel_size"];
getMinChannelSize() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
Getter for min_channel_size.
getMinConfs() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The minimum number of confirmations each one of your outputs used for the funding transaction must satisfy.
getMinConfs() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
/ The minimum number of confirmations each one of your outputs used for the funding transaction must satisfy.
getMinConfs() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
/ The minimum number of confirmations each one of your outputs used for the funding transaction must satisfy.
getMinConfs() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Getter for min_confs.
getMinHtlc() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
int64 min_htlc = 2[json_name = "min_htlc"];
getMinHtlc() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
int64 min_htlc = 2[json_name = "min_htlc"];
getMinHtlc() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
int64 min_htlc = 2[json_name = "min_htlc"];
getMinHtlc() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
Getter for min_htlc.
getMinHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The minimum value in millisatoshi we will require for incoming HTLCs on the channel.
getMinHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
/ The minimum value in millisatoshi we will require for incoming HTLCs on the channel.
getMinHtlcMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
/ The minimum value in millisatoshi we will require for incoming HTLCs on the channel.
getMinHtlcMsat() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Getter for min_htlc_msat.
getMonthFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 month.
getMonthFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 month.
getMonthFeeSum() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 month.
getMonthFeeSum() - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
Getter for month_fee_sum.
getMsg() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
/ The message to be signed
getMsg() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
/ The message to be signed
getMsg() - Method in interface org.lightningj.lnd.proto.LightningApi.SignMessageRequestOrBuilder
/ The message to be signed
getMsg() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
/ The message over which the signature is to be verified
getMsg() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
/ The message over which the signature is to be verified
getMsg() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageRequestOrBuilder
/ The message over which the signature is to be verified
getMsg() - Method in class org.lightningj.lnd.wrapper.message.SignMessageRequest
Getter for msg.
getMsg() - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageRequest
Getter for msg.
getMutableAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
Deprecated.
getNetwork() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
string network = 1[json_name = "network"];
getNetwork() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
string network = 1[json_name = "network"];
getNetwork() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeAddressOrBuilder
string network = 1[json_name = "network"];
getNetwork() - Method in class org.lightningj.lnd.wrapper.message.NodeAddress
Getter for network.
getNetworkBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
string network = 1[json_name = "network"];
getNetworkBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
string network = 1[json_name = "network"];
getNetworkBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeAddressOrBuilder
string network = 1[json_name = "network"];
getNetworkInfo(LightningApi.NetworkInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `getnetworkinfo` GetNetworkInfo returns some basic stats about the known channel graph from the point of view of the node.
getNetworkInfo(LightningApi.NetworkInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `getnetworkinfo` GetNetworkInfo returns some basic stats about the known channel graph from the point of view of the node.
getNetworkInfo(LightningApi.NetworkInfoRequest, StreamObserver<LightningApi.NetworkInfo>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `getnetworkinfo` GetNetworkInfo returns some basic stats about the known channel graph from the point of view of the node.
getNetworkInfo(LightningApi.NetworkInfoRequest, StreamObserver<LightningApi.NetworkInfo>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `getnetworkinfo` GetNetworkInfo returns some basic stats about the known channel graph from the point of view of the node.
getNetworkInfo(StreamObserver<NetworkInfo>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a getNetworkInfo request.
getNetworkInfo(NetworkInfoRequest, StreamObserver<NetworkInfo>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a getNetworkInfo request.
getNetworkInfo() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a getNetworkInfo request.
getNetworkInfo(NetworkInfoRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a getNetworkInfo request.
getNewPassword() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
new_password should be the new passphrase that will be needed to unlock the daemon.
getNewPassword() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
new_password should be the new passphrase that will be needed to unlock the daemon.
getNewPassword() - Method in interface org.lightningj.lnd.proto.LightningApi.ChangePasswordRequestOrBuilder
new_password should be the new passphrase that will be needed to unlock the daemon.
getNewPassword() - Method in class org.lightningj.lnd.wrapper.message.ChangePasswordRequest
Getter for newPassword.
getNode() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
An individual vertex/node within the channel graph.
getNode() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
An individual vertex/node within the channel graph.
getNode() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
An individual vertex/node within the channel graph.
getNode() - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
Getter for a list of node.
getNode1Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
getNode1Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
getNode1Policy() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
getNode1Policy() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
Getter for a list of node1_policy.
getNode1PolicyBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
getNode1PolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
getNode1PolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
getNode1PolicyOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
getNode1Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
string node1_pub = 4[json_name = "node1_pub"];
getNode1Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
string node1_pub = 4[json_name = "node1_pub"];
getNode1Pub() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
string node1_pub = 4[json_name = "node1_pub"];
getNode1Pub() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
Getter for node1_pub.
getNode1PubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
string node1_pub = 4[json_name = "node1_pub"];
getNode1PubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
string node1_pub = 4[json_name = "node1_pub"];
getNode1PubBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
string node1_pub = 4[json_name = "node1_pub"];
getNode2Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
getNode2Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
getNode2Policy() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
getNode2Policy() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
Getter for a list of node2_policy.
getNode2PolicyBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
getNode2PolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
getNode2PolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
getNode2PolicyOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
getNode2Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
string node2_pub = 5[json_name = "node2_pub"];
getNode2Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
string node2_pub = 5[json_name = "node2_pub"];
getNode2Pub() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
string node2_pub = 5[json_name = "node2_pub"];
getNode2Pub() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
Getter for node2_pub.
getNode2PubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
string node2_pub = 5[json_name = "node2_pub"];
getNode2PubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
string node2_pub = 5[json_name = "node2_pub"];
getNode2PubBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
string node2_pub = 5[json_name = "node2_pub"];
getNodeBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
An individual vertex/node within the channel graph.
getNodeId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
/ The public key of the node at the start of the channel.
getNodeId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
/ The public key of the node at the start of the channel.
getNodeId() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
/ The public key of the node at the start of the channel.
getNodeId() - Method in class org.lightningj.lnd.wrapper.message.HopHint
Getter for node_id.
getNodeIdBytes() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
/ The public key of the node at the start of the channel.
getNodeIdBytes() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
/ The public key of the node at the start of the channel.
getNodeIdBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
/ The public key of the node at the start of the channel.
getNodeInfo(LightningApi.NodeInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `getnodeinfo` GetNodeInfo returns the latest advertised, aggregated, and authenticated channel information for the specified node identified by its public key.
getNodeInfo(LightningApi.NodeInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `getnodeinfo` GetNodeInfo returns the latest advertised, aggregated, and authenticated channel information for the specified node identified by its public key.
getNodeInfo(LightningApi.NodeInfoRequest, StreamObserver<LightningApi.NodeInfo>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `getnodeinfo` GetNodeInfo returns the latest advertised, aggregated, and authenticated channel information for the specified node identified by its public key.
getNodeInfo(LightningApi.NodeInfoRequest, StreamObserver<LightningApi.NodeInfo>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `getnodeinfo` GetNodeInfo returns the latest advertised, aggregated, and authenticated channel information for the specified node identified by its public key.
getNodeInfo(String, StreamObserver<NodeInfo>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a getNodeInfo request.
getNodeInfo(NodeInfoRequest, StreamObserver<NodeInfo>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a getNodeInfo request.
getNodeInfo(String) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a getNodeInfo request.
getNodeInfo(NodeInfoRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a getNodeInfo request.
getNodeOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
An individual vertex/node within the channel graph.
getNodeOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
An individual vertex/node within the channel graph.
getNodeOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
An individual vertex/node within the channel graph.
getNodePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The pubkey of the node to open a channel with
getNodePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
/ The pubkey of the node to open a channel with
getNodePubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
/ The pubkey of the node to open a channel with
getNodePubkey() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Getter for node_pubkey.
getNodePubkeyString() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The hex encoded pubkey of the node to open a channel with
getNodePubkeyString() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
/ The hex encoded pubkey of the node to open a channel with
getNodePubkeyString() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
/ The hex encoded pubkey of the node to open a channel with
getNodePubkeyString() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Getter for node_pubkey_string.
getNodePubkeyStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The hex encoded pubkey of the node to open a channel with
getNodePubkeyStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
/ The hex encoded pubkey of the node to open a channel with
getNodePubkeyStringBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
/ The hex encoded pubkey of the node to open a channel with
getNodes(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `LightningNode`s in this channel graph
getNodes(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
/ The list of `LightningNode`s in this channel graph
getNodes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
/ The list of `LightningNode`s in this channel graph
getNodes() - Method in class org.lightningj.lnd.wrapper.message.ChannelGraph
Getter for a list of nodes.
getNodesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `LightningNode`s in this channel graph
getNodesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `LightningNode`s in this channel graph
getNodesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `LightningNode`s in this channel graph
getNodesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
/ The list of `LightningNode`s in this channel graph
getNodesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
/ The list of `LightningNode`s in this channel graph
getNodesList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `LightningNode`s in this channel graph
getNodesList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
/ The list of `LightningNode`s in this channel graph
getNodesList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
/ The list of `LightningNode`s in this channel graph
getNodesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `LightningNode`s in this channel graph
getNodesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
/ The list of `LightningNode`s in this channel graph
getNodesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
/ The list of `LightningNode`s in this channel graph
getNodesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `LightningNode`s in this channel graph
getNodesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
/ The list of `LightningNode`s in this channel graph
getNodesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
/ The list of `LightningNode`s in this channel graph
getNodeUpdates(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
getNodeUpdates(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
repeated .lnrpc.NodeUpdate node_updates = 1;
getNodeUpdates(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
repeated .lnrpc.NodeUpdate node_updates = 1;
getNodeUpdates() - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
Getter for a list of nodeUpdates.
getNodeUpdatesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
getNodeUpdatesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
getNodeUpdatesCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
getNodeUpdatesCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
repeated .lnrpc.NodeUpdate node_updates = 1;
getNodeUpdatesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
repeated .lnrpc.NodeUpdate node_updates = 1;
getNodeUpdatesList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
getNodeUpdatesList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
repeated .lnrpc.NodeUpdate node_updates = 1;
getNodeUpdatesList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
repeated .lnrpc.NodeUpdate node_updates = 1;
getNodeUpdatesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
getNodeUpdatesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
repeated .lnrpc.NodeUpdate node_updates = 1;
getNodeUpdatesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
repeated .lnrpc.NodeUpdate node_updates = 1;
getNodeUpdatesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
getNodeUpdatesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
repeated .lnrpc.NodeUpdate node_updates = 1;
getNodeUpdatesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
repeated .lnrpc.NodeUpdate node_updates = 1;
getNumActiveChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ Number of active channels
getNumActiveChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ Number of active channels
getNumActiveChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ Number of active channels
getNumActiveChannels() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Getter for num_active_channels.
getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
 
getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelPoint.FundingTxidCase
 
getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.UpdateCase
 
getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.FeeLimit.LimitCase
 
getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.NewAddressRequest.AddressType
 
getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.UpdateCase
 
getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.ScopeCase
 
getNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
uint32 num_channels = 5[json_name = "num_channels"];
getNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
uint32 num_channels = 5[json_name = "num_channels"];
getNumChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
uint32 num_channels = 5[json_name = "num_channels"];
getNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
uint32 num_channels = 2[json_name = "num_channels"];
getNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
uint32 num_channels = 2[json_name = "num_channels"];
getNumChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
uint32 num_channels = 2[json_name = "num_channels"];
getNumChannels() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
Getter for num_channels.
getNumChannels() - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
Getter for num_channels.
getNumConfirmations() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ The number of confirmations
getNumConfirmations() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
/ The number of confirmations
getNumConfirmations() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
/ The number of confirmations
getNumConfirmations() - Method in class org.lightningj.lnd.wrapper.message.Transaction
Getter for num_confirmations.
getNumConfsLeft() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
uint32 num_confs_left = 3;
getNumConfsLeft() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
uint32 num_confs_left = 3;
getNumConfsLeft() - Method in interface org.lightningj.lnd.proto.LightningApi.ConfirmationUpdateOrBuilder
uint32 num_confs_left = 3;
getNumConfsLeft() - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
Getter for numConfsLeft.
getNumMaxEvents() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
/ The max number of events to return in the response to this query.
getNumMaxEvents() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
/ The max number of events to return in the response to this query.
getNumMaxEvents() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequestOrBuilder
/ The max number of events to return in the response to this query.
getNumMaxEvents() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
Getter for num_max_events.
getNumMaxInvoices() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
/ The max number of invoices to return in the response to this query.
getNumMaxInvoices() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
/ The max number of invoices to return in the response to this query.
getNumMaxInvoices() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceRequestOrBuilder
/ The max number of invoices to return in the response to this query.
getNumMaxInvoices() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
Getter for num_max_invoices.
getNumNodes() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
uint32 num_nodes = 4[json_name = "num_nodes"];
getNumNodes() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
uint32 num_nodes = 4[json_name = "num_nodes"];
getNumNodes() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
uint32 num_nodes = 4[json_name = "num_nodes"];
getNumNodes() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
Getter for num_nodes.
getNumPeers() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ Number of peers
getNumPeers() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ Number of peers
getNumPeers() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ Number of peers
getNumPeers() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Getter for num_peers.
getNumPendingChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ Number of pending channels
getNumPendingChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ Number of pending channels
getNumPendingChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ Number of pending channels
getNumPendingChannels() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Getter for num_pending_channels.
getNumRoutes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
/ The max number of routes to return.
getNumRoutes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
/ The max number of routes to return.
getNumRoutes() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
/ The max number of routes to return.
getNumRoutes() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
Getter for numRoutes.
getNumSatoshis() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
int64 num_satoshis = 3[json_name = "num_satoshis"];
getNumSatoshis() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
int64 num_satoshis = 3[json_name = "num_satoshis"];
getNumSatoshis() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
int64 num_satoshis = 3[json_name = "num_satoshis"];
getNumSatoshis() - Method in class org.lightningj.lnd.wrapper.message.PayReq
Getter for num_satoshis.
getNumUpdates() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The total number of updates conducted within this channel.
getNumUpdates() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
The total number of updates conducted within this channel.
getNumUpdates() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
The total number of updates conducted within this channel.
getNumUpdates() - Method in class org.lightningj.lnd.wrapper.message.Channel
Getter for num_updates.
getOutpoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
/ The final output to be swept back to the user's wallet
getOutpoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
/ The final output to be swept back to the user's wallet
getOutpoint() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
/ The final output to be swept back to the user's wallet
getOutpoint() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
Getter for outpoint.
getOutpointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
/ The final output to be swept back to the user's wallet
getOutpointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
/ The final output to be swept back to the user's wallet
getOutpointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
/ The final output to be swept back to the user's wallet
getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
/ The index of the output of the funding transaction
getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
/ The index of the output of the funding transaction
getOutputIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
/ The index of the output of the funding transaction
getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
uint32 output_index = 2[json_name = "output_index"];
getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
uint32 output_index = 2[json_name = "output_index"];
getOutputIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingUpdateOrBuilder
uint32 output_index = 2[json_name = "output_index"];
getOutputIndex() - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
Getter for output_index.
getOutputIndex() - Method in class org.lightningj.lnd.wrapper.message.PendingUpdate
Getter for output_index.
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Route
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
getPath(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The path this payment took
getPath(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment
/ The path this payment took
getPath(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
/ The path this payment took
getPath() - Method in class org.lightningj.lnd.wrapper.message.Payment
Getter for a list of path.
getPathBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The path this payment took
getPathBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment
/ The path this payment took
getPathBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
/ The path this payment took
getPathCount() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The path this payment took
getPathCount() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
/ The path this payment took
getPathCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
/ The path this payment took
getPathList() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The path this payment took
getPathList() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
/ The path this payment took
getPathList() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
/ The path this payment took
getPaymentError() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
string payment_error = 1[json_name = "payment_error"];
getPaymentError() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
string payment_error = 1[json_name = "payment_error"];
getPaymentError() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
string payment_error = 1[json_name = "payment_error"];
getPaymentError() - Method in class org.lightningj.lnd.wrapper.message.SendResponse
Getter for payment_error.
getPaymentErrorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
string payment_error = 1[json_name = "payment_error"];
getPaymentErrorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
string payment_error = 1[json_name = "payment_error"];
getPaymentErrorBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
string payment_error = 1[json_name = "payment_error"];
getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The payment hash
getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
/ The payment hash
getPaymentHash() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
/ The payment hash
getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string payment_hash = 2[json_name = "payment_hash"];
getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
string payment_hash = 2[json_name = "payment_hash"];
getPaymentHash() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
string payment_hash = 2[json_name = "payment_hash"];
getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
/ The hash to use within the payment's HTLC
getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
/ The hash to use within the payment's HTLC
getPaymentHash() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
/ The hash to use within the payment's HTLC
getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The payment hash to use for the HTLC.
getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
/ The payment hash to use for the HTLC.
getPaymentHash() - Method in interface org.lightningj.lnd.proto.LightningApi.SendToRouteRequestOrBuilder
/ The payment hash to use for the HTLC.
getPaymentHash() - Method in class org.lightningj.lnd.wrapper.message.Payment
Getter for payment_hash.
getPaymentHash() - Method in class org.lightningj.lnd.wrapper.message.PayReq
Getter for payment_hash.
getPaymentHash() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
Getter for paymentHash.
getPaymentHash() - Method in class org.lightningj.lnd.wrapper.message.SendToRouteRequest
Getter for paymentHash.
getPaymentHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The payment hash
getPaymentHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
/ The payment hash
getPaymentHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
/ The payment hash
getPaymentHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string payment_hash = 2[json_name = "payment_hash"];
getPaymentHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
string payment_hash = 2[json_name = "payment_hash"];
getPaymentHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
string payment_hash = 2[json_name = "payment_hash"];
getPaymentHashString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
/ The hex-encoded hash to use within the payment's HTLC
getPaymentHashString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
/ The hex-encoded hash to use within the payment's HTLC
getPaymentHashString() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
/ The hex-encoded hash to use within the payment's HTLC
getPaymentHashString() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ An optional hex-encoded payment hash to be used for the HTLC.
getPaymentHashString() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
/ An optional hex-encoded payment hash to be used for the HTLC.
getPaymentHashString() - Method in interface org.lightningj.lnd.proto.LightningApi.SendToRouteRequestOrBuilder
/ An optional hex-encoded payment hash to be used for the HTLC.
getPaymentHashString() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
Getter for paymentHashString.
getPaymentHashString() - Method in class org.lightningj.lnd.wrapper.message.SendToRouteRequest
Getter for paymentHashString.
getPaymentHashStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
/ The hex-encoded hash to use within the payment's HTLC
getPaymentHashStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
/ The hex-encoded hash to use within the payment's HTLC
getPaymentHashStringBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
/ The hex-encoded hash to use within the payment's HTLC
getPaymentHashStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ An optional hex-encoded payment hash to be used for the HTLC.
getPaymentHashStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
/ An optional hex-encoded payment hash to be used for the HTLC.
getPaymentHashStringBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendToRouteRequestOrBuilder
/ An optional hex-encoded payment hash to be used for the HTLC.
getPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The payment preimage
getPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
/ The payment preimage
getPaymentPreimage() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
/ The payment preimage
getPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
bytes payment_preimage = 2[json_name = "payment_preimage"];
getPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
bytes payment_preimage = 2[json_name = "payment_preimage"];
getPaymentPreimage() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
bytes payment_preimage = 2[json_name = "payment_preimage"];
getPaymentPreimage() - Method in class org.lightningj.lnd.wrapper.message.Payment
Getter for payment_preimage.
getPaymentPreimage() - Method in class org.lightningj.lnd.wrapper.message.SendResponse
Getter for payment_preimage.
getPaymentPreimageBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The payment preimage
getPaymentPreimageBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
/ The payment preimage
getPaymentPreimageBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
/ The payment preimage
getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
A bare-bones invoice for a payment within the Lightning Network.
getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
A bare-bones invoice for a payment within the Lightning Network.
getPaymentRequest() - Method in interface org.lightningj.lnd.proto.LightningApi.AddInvoiceResponseOrBuilder
A bare-bones invoice for a payment within the Lightning Network.
getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
A bare-bones invoice for a payment within the Lightning Network.
getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
A bare-bones invoice for a payment within the Lightning Network.
getPaymentRequest() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
A bare-bones invoice for a payment within the Lightning Network.
getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
A bare-bones invoice for a payment within the Lightning Network.
getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
A bare-bones invoice for a payment within the Lightning Network.
getPaymentRequest() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
A bare-bones invoice for a payment within the Lightning Network.
getPaymentRequest() - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
Getter for payment_request.
getPaymentRequest() - Method in class org.lightningj.lnd.wrapper.message.Invoice
Getter for payment_request.
getPaymentRequest() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
Getter for paymentRequest.
getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
A bare-bones invoice for a payment within the Lightning Network.
getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
A bare-bones invoice for a payment within the Lightning Network.
getPaymentRequestBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.AddInvoiceResponseOrBuilder
A bare-bones invoice for a payment within the Lightning Network.
getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
A bare-bones invoice for a payment within the Lightning Network.
getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
A bare-bones invoice for a payment within the Lightning Network.
getPaymentRequestBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
A bare-bones invoice for a payment within the Lightning Network.
getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
A bare-bones invoice for a payment within the Lightning Network.
getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
A bare-bones invoice for a payment within the Lightning Network.
getPaymentRequestBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
A bare-bones invoice for a payment within the Lightning Network.
getPaymentRoute() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
getPaymentRoute() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
getPaymentRoute() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
getPaymentRoute() - Method in class org.lightningj.lnd.wrapper.message.SendResponse
Getter for a list of payment_route.
getPaymentRouteBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
getPaymentRouteOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
getPaymentRouteOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
getPaymentRouteOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
getPayments(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
/ The list of payments
getPayments(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
/ The list of payments
getPayments(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
/ The list of payments
getPayments() - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsResponse
Getter for a list of payments.
getPaymentsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
/ The list of payments
getPaymentsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
/ The list of payments
getPaymentsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
/ The list of payments
getPaymentsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
/ The list of payments
getPaymentsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
/ The list of payments
getPaymentsList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
/ The list of payments
getPaymentsList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
/ The list of payments
getPaymentsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
/ The list of payments
getPaymentsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
/ The list of payments
getPaymentsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
/ The list of payments
getPaymentsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
/ The list of payments
getPaymentsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
/ The list of payments
getPaymentsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
/ The list of payments
getPaymentsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
/ The list of payments
getPayReq() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
/ The payment request string to be decoded
getPayReq() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
/ The payment request string to be decoded
getPayReq() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqStringOrBuilder
/ The payment request string to be decoded
getPayReq() - Method in class org.lightningj.lnd.wrapper.message.PayReqString
Getter for payReq.
getPayReqBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
/ The payment request string to be decoded
getPayReqBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
/ The payment request string to be decoded
getPayReqBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqStringOrBuilder
/ The payment request string to be decoded
getPeers(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
/ The list of currently connected peers
getPeers(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
/ The list of currently connected peers
getPeers(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
/ The list of currently connected peers
getPeers() - Method in class org.lightningj.lnd.wrapper.message.ListPeersResponse
Getter for a list of peers.
getPeersBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
/ The list of currently connected peers
getPeersBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
/ The list of currently connected peers
getPeersCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
/ The list of currently connected peers
getPeersCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
/ The list of currently connected peers
getPeersCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
/ The list of currently connected peers
getPeersList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
/ The list of currently connected peers
getPeersList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
/ The list of currently connected peers
getPeersList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
/ The list of currently connected peers
getPeersOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
/ The list of currently connected peers
getPeersOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
/ The list of currently connected peers
getPeersOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
/ The list of currently connected peers
getPeersOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
/ The list of currently connected peers
getPeersOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
/ The list of currently connected peers
getPeersOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
/ The list of currently connected peers
getPendingClosingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending closing
getPendingClosingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels pending closing
getPendingClosingChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels pending closing
getPendingClosingChannels() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
Getter for a list of pending_closing_channels.
getPendingClosingChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending closing
getPendingClosingChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending closing
getPendingClosingChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending closing
getPendingClosingChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels pending closing
getPendingClosingChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels pending closing
getPendingClosingChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending closing
getPendingClosingChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels pending closing
getPendingClosingChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels pending closing
getPendingClosingChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending closing
getPendingClosingChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels pending closing
getPendingClosingChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels pending closing
getPendingClosingChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending closing
getPendingClosingChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels pending closing
getPendingClosingChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels pending closing
getPendingForceClosingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending force closing
getPendingForceClosingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels pending force closing
getPendingForceClosingChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels pending force closing
getPendingForceClosingChannels() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
Getter for a list of pending_force_closing_channels.
getPendingForceClosingChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending force closing
getPendingForceClosingChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending force closing
getPendingForceClosingChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending force closing
getPendingForceClosingChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels pending force closing
getPendingForceClosingChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels pending force closing
getPendingForceClosingChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending force closing
getPendingForceClosingChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels pending force closing
getPendingForceClosingChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels pending force closing
getPendingForceClosingChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending force closing
getPendingForceClosingChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels pending force closing
getPendingForceClosingChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels pending force closing
getPendingForceClosingChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending force closing
getPendingForceClosingChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels pending force closing
getPendingForceClosingChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels pending force closing
getPendingHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
getPendingHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel
The list of active, uncleared HTLCs currently pending within the channel.
getPendingHtlcs(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
The list of active, uncleared HTLCs currently pending within the channel.
getPendingHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
getPendingHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
getPendingHtlcs(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
getPendingHtlcs() - Method in class org.lightningj.lnd.wrapper.message.Channel
Getter for a list of pending_htlcs.
getPendingHtlcs() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
Getter for a list of pending_htlcs.
getPendingHtlcsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
getPendingHtlcsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
getPendingHtlcsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
getPendingHtlcsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
getPendingHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
getPendingHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
The list of active, uncleared HTLCs currently pending within the channel.
getPendingHtlcsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
The list of active, uncleared HTLCs currently pending within the channel.
getPendingHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
getPendingHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
getPendingHtlcsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
getPendingHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
getPendingHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
The list of active, uncleared HTLCs currently pending within the channel.
getPendingHtlcsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
The list of active, uncleared HTLCs currently pending within the channel.
getPendingHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
getPendingHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
getPendingHtlcsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
getPendingHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
getPendingHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel
The list of active, uncleared HTLCs currently pending within the channel.
getPendingHtlcsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
The list of active, uncleared HTLCs currently pending within the channel.
getPendingHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
getPendingHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
getPendingHtlcsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
getPendingHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
getPendingHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
The list of active, uncleared HTLCs currently pending within the channel.
getPendingHtlcsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
The list of active, uncleared HTLCs currently pending within the channel.
getPendingHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
getPendingHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
getPendingHtlcsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
getPendingOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
/ If set, only unsettled invoices will be returned in the response.
getPendingOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
/ If set, only unsettled invoices will be returned in the response.
getPendingOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceRequestOrBuilder
/ If set, only unsettled invoices will be returned in the response.
getPendingOnly() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
Getter for pending_only.
getPendingOpenBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
/ Sum of channels pending balances denominated in satoshis
getPendingOpenBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
/ Sum of channels pending balances denominated in satoshis
getPendingOpenBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
/ Sum of channels pending balances denominated in satoshis
getPendingOpenBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
Getter for pending_open_balance.
getPendingOpenChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending opening
getPendingOpenChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels pending opening
getPendingOpenChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels pending opening
getPendingOpenChannels() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
Getter for a list of pending_open_channels.
getPendingOpenChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending opening
getPendingOpenChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending opening
getPendingOpenChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending opening
getPendingOpenChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels pending opening
getPendingOpenChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels pending opening
getPendingOpenChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending opening
getPendingOpenChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels pending opening
getPendingOpenChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels pending opening
getPendingOpenChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending opening
getPendingOpenChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels pending opening
getPendingOpenChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels pending opening
getPendingOpenChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending opening
getPendingOpenChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels pending opening
getPendingOpenChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels pending opening
getPercent() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
/ The fee limit expressed as a percentage of the payment amount.
getPercent() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
/ The fee limit expressed as a percentage of the payment amount.
getPercent() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeLimitOrBuilder
/ The fee limit expressed as a percentage of the payment amount.
getPercent() - Method in class org.lightningj.lnd.wrapper.message.FeeLimit
Getter for percent.
getPerm() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
If set, the daemon will attempt to persistently connect to the target peer.
getPerm() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
If set, the daemon will attempt to persistently connect to the target peer.
getPerm() - Method in interface org.lightningj.lnd.proto.LightningApi.ConnectPeerRequestOrBuilder
If set, the daemon will attempt to persistently connect to the target peer.
getPerm() - Method in class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
Getter for perm.
getPingTime() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Ping time to this peer
getPingTime() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
/ Ping time to this peer
getPingTime() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
/ Ping time to this peer
getPingTime() - Method in class org.lightningj.lnd.wrapper.message.Peer
Getter for ping_time.
getPrettyPrintMarshaller() - Method in class org.lightningj.lnd.wrapper.XMLParser
 
getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ Whether this channel is advertised to the network or not
getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
/ Whether this channel is advertised to the network or not
getPrivate() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
/ Whether this channel is advertised to the network or not
getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ Whether this invoice should include routing hints for private channels.
getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
/ Whether this invoice should include routing hints for private channels.
getPrivate() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
/ Whether this invoice should include routing hints for private channels.
getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ Whether this channel should be private, not announced to the greater network.
getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
/ Whether this channel should be private, not announced to the greater network.
getPrivate() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
/ Whether this channel should be private, not announced to the greater network.
getPrivate() - Method in class org.lightningj.lnd.wrapper.message.Channel
Getter for private.
getPrivate() - Method in class org.lightningj.lnd.wrapper.message.Invoice
Getter for private.
getPrivate() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Getter for private.
getPrivateOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
bool private_only = 4;
getPrivateOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
bool private_only = 4;
getPrivateOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsRequestOrBuilder
bool private_only = 4;
getPrivateOnly() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
Getter for privateOnly.
getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
/ The pubkey of the node to disconnect from
getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
/ The pubkey of the node to disconnect from
getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequestOrBuilder
/ The pubkey of the node to disconnect from
getPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
/ The identity pubkey of the Lightning node
getPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
/ The identity pubkey of the Lightning node
getPubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningAddressOrBuilder
/ The identity pubkey of the Lightning node
getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
string pub_key = 2[json_name = "pub_key"];
getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
string pub_key = 2[json_name = "pub_key"];
getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
string pub_key = 2[json_name = "pub_key"];
getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
/ The 33-byte hex-encoded compressed public of the target node
getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
/ The 33-byte hex-encoded compressed public of the target node
getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoRequestOrBuilder
/ The 33-byte hex-encoded compressed public of the target node
getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ The identity pubkey of the peer
getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
/ The identity pubkey of the peer
getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
/ The identity pubkey of the peer
getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
/ The 33-byte hex-encoded public key for the payment destination
getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
/ The 33-byte hex-encoded public key for the payment destination
getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
/ The 33-byte hex-encoded public key for the payment destination
getPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
/ The pubkey recovered from the signature
getPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
/ The pubkey recovered from the signature
getPubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageResponseOrBuilder
/ The pubkey recovered from the signature
getPubKey() - Method in class org.lightningj.lnd.wrapper.message.DisconnectPeerRequest
Getter for pub_key.
getPubkey() - Method in class org.lightningj.lnd.wrapper.message.LightningAddress
Getter for pubkey.
getPubKey() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
Getter for pub_key.
getPubKey() - Method in class org.lightningj.lnd.wrapper.message.NodeInfoRequest
Getter for pubKey.
getPubKey() - Method in class org.lightningj.lnd.wrapper.message.Peer
Getter for pub_key.
getPubKey() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
Getter for pubKey.
getPubkey() - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageResponse
Getter for pubkey.
getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
/ The pubkey of the node to disconnect from
getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
/ The pubkey of the node to disconnect from
getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequestOrBuilder
/ The pubkey of the node to disconnect from
getPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
/ The identity pubkey of the Lightning node
getPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
/ The identity pubkey of the Lightning node
getPubkeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningAddressOrBuilder
/ The identity pubkey of the Lightning node
getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
string pub_key = 2[json_name = "pub_key"];
getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
string pub_key = 2[json_name = "pub_key"];
getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
string pub_key = 2[json_name = "pub_key"];
getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
/ The 33-byte hex-encoded compressed public of the target node
getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
/ The 33-byte hex-encoded compressed public of the target node
getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoRequestOrBuilder
/ The 33-byte hex-encoded compressed public of the target node
getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ The identity pubkey of the peer
getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
/ The identity pubkey of the peer
getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
/ The identity pubkey of the peer
getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
/ The 33-byte hex-encoded public key for the payment destination
getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
/ The 33-byte hex-encoded public key for the payment destination
getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
/ The 33-byte hex-encoded public key for the payment destination
getPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
/ The pubkey recovered from the signature
getPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
/ The pubkey recovered from the signature
getPubkeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageResponseOrBuilder
/ The pubkey recovered from the signature
getPublicOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
bool public_only = 3;
getPublicOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
bool public_only = 3;
getPublicOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsRequestOrBuilder
bool public_only = 3;
getPublicOnly() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
Getter for publicOnly.
getPushSat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The number of satoshis to push to the remote side as part of the initial commitment state
getPushSat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
/ The number of satoshis to push to the remote side as part of the initial commitment state
getPushSat() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
/ The number of satoshis to push to the remote side as part of the initial commitment state
getPushSat() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Getter for push_sat.
getReceipt() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ An optional cryptographic receipt of payment
getReceipt() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
/ An optional cryptographic receipt of payment
getReceipt() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
/ An optional cryptographic receipt of payment
getReceipt() - Method in class org.lightningj.lnd.wrapper.message.Invoice
Getter for receipt.
getRecoveredBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The total value of funds successfully recovered from this channel
getRecoveredBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
/ The total value of funds successfully recovered from this channel
getRecoveredBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
/ The total value of funds successfully recovered from this channel
getRecoveredBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
Getter for recovered_balance.
getRecoveryWindow() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
recovery_window is an optional argument specifying the address lookahead when restoring a wallet seed.
getRecoveryWindow() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
recovery_window is an optional argument specifying the address lookahead when restoring a wallet seed.
getRecoveryWindow() - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
recovery_window is an optional argument specifying the address lookahead when restoring a wallet seed.
getRecoveryWindow() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
recovery_window is an optional argument specifying the address lookahead when restoring a wallet seed.
getRecoveryWindow() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
recovery_window is an optional argument specifying the address lookahead when restoring a wallet seed.
getRecoveryWindow() - Method in interface org.lightningj.lnd.proto.LightningApi.UnlockWalletRequestOrBuilder
recovery_window is an optional argument specifying the address lookahead when restoring a wallet seed.
getRecoveryWindow() - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
Getter for recoveryWindow.
getRecoveryWindow() - Method in class org.lightningj.lnd.wrapper.message.UnlockWalletRequest
Getter for recoveryWindow.
getRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ The counterparty's current balance in this channel
getRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
/ The counterparty's current balance in this channel
getRemoteBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
/ The counterparty's current balance in this channel
getRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
int64 remote_balance = 5[json_name = "remote_balance"];
getRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
int64 remote_balance = 5[json_name = "remote_balance"];
getRemoteBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
int64 remote_balance = 5[json_name = "remote_balance"];
getRemoteBalance() - Method in class org.lightningj.lnd.wrapper.message.Channel
Getter for remote_balance.
getRemoteBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
Getter for remote_balance.
getRemoteCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The delay we require on the remote's commitment transaction.
getRemoteCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
/ The delay we require on the remote's commitment transaction.
getRemoteCsvDelay() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
/ The delay we require on the remote's commitment transaction.
getRemoteCsvDelay() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Getter for remote_csv_delay.
getRemoteForce() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
bool remote_force = 3;
getRemoteForce() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
bool remote_force = 3;
getRemoteForce() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequestOrBuilder
bool remote_force = 3;
getRemoteForce() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
Getter for remoteForce.
getRemoteNodePub() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
string remote_node_pub = 1[json_name = "remote_node_pub"];
getRemoteNodePub() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
string remote_node_pub = 1[json_name = "remote_node_pub"];
getRemoteNodePub() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
string remote_node_pub = 1[json_name = "remote_node_pub"];
getRemoteNodePub() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
Getter for remote_node_pub.
getRemoteNodePubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
string remote_node_pub = 1[json_name = "remote_node_pub"];
getRemoteNodePubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
string remote_node_pub = 1[json_name = "remote_node_pub"];
getRemoteNodePubBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
string remote_node_pub = 1[json_name = "remote_node_pub"];
getRemotePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ The identity pubkey of the remote node
getRemotePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
/ The identity pubkey of the remote node
getRemotePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ Public key of the remote peer that we formerly had a channel with.
getRemotePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
/ Public key of the remote peer that we formerly had a channel with.
getRemotePubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
/ Public key of the remote peer that we formerly had a channel with.
getRemotePubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
/ The identity pubkey of the remote node
getRemotePubkey() - Method in class org.lightningj.lnd.wrapper.message.Channel
Getter for remote_pubkey.
getRemotePubkey() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Getter for remote_pubkey.
getRemotePubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ The identity pubkey of the remote node
getRemotePubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
/ The identity pubkey of the remote node
getRemotePubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ Public key of the remote peer that we formerly had a channel with.
getRemotePubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
/ Public key of the remote peer that we formerly had a channel with.
getRemotePubkeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
/ Public key of the remote peer that we formerly had a channel with.
getRemotePubkeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
/ The identity pubkey of the remote node
getResourceParameters() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
 
getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
bytes r_hash = 1[json_name = "r_hash"];
getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
bytes r_hash = 1[json_name = "r_hash"];
getRHash() - Method in interface org.lightningj.lnd.proto.LightningApi.AddInvoiceResponseOrBuilder
bytes r_hash = 1[json_name = "r_hash"];
getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ The hash of the preimage
getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
/ The hash of the preimage
getRHash() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
/ The hash of the preimage
getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
/ The payment hash of the invoice to be looked up.
getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
/ The payment hash of the invoice to be looked up.
getRHash() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentHashOrBuilder
/ The payment hash of the invoice to be looked up.
getRHash() - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
Getter for r_hash.
getRHash() - Method in class org.lightningj.lnd.wrapper.message.Invoice
Getter for r_hash.
getRHash() - Method in class org.lightningj.lnd.wrapper.message.PaymentHash
Getter for r_hash.
getRHashStr() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
The hex-encoded payment hash of the invoice to be looked up.
getRHashStr() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
The hex-encoded payment hash of the invoice to be looked up.
getRHashStr() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentHashOrBuilder
The hex-encoded payment hash of the invoice to be looked up.
getRHashStr() - Method in class org.lightningj.lnd.wrapper.message.PaymentHash
Getter for r_hash_str.
getRHashStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
The hex-encoded payment hash of the invoice to be looked up.
getRHashStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
The hex-encoded payment hash of the invoice to be looked up.
getRHashStrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentHashOrBuilder
The hex-encoded payment hash of the invoice to be looked up.
getRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
getRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
Route hints that can each be individually used to assist in reaching the invoice's destination.
getRouteHints(int) - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
Route hints that can each be individually used to assist in reaching the invoice's destination.
getRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
getRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
getRouteHints(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
getRouteHints() - Method in class org.lightningj.lnd.wrapper.message.Invoice
Getter for a list of route_hints.
getRouteHints() - Method in class org.lightningj.lnd.wrapper.message.PayReq
Getter for a list of route_hints.
getRouteHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
getRouteHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
getRouteHintsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
getRouteHintsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
getRouteHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
getRouteHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
Route hints that can each be individually used to assist in reaching the invoice's destination.
getRouteHintsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
Route hints that can each be individually used to assist in reaching the invoice's destination.
getRouteHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
getRouteHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
getRouteHintsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
getRouteHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
getRouteHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
Route hints that can each be individually used to assist in reaching the invoice's destination.
getRouteHintsList() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
Route hints that can each be individually used to assist in reaching the invoice's destination.
getRouteHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
getRouteHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
getRouteHintsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
Route hints that can each be individually used to assist in reaching the invoice's destination.
getRouteHintsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
Route hints that can each be individually used to assist in reaching the invoice's destination.
getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
getRouteHintsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
Route hints that can each be individually used to assist in reaching the invoice's destination.
getRouteHintsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
Route hints that can each be individually used to assist in reaching the invoice's destination.
getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
getRouteHintsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
getRoutes(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
getRoutes(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
repeated .lnrpc.Route routes = 1[json_name = "routes"];
getRoutes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
getRoutes(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The set of routes that should be used to attempt to complete the payment.
getRoutes(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
/ The set of routes that should be used to attempt to complete the payment.
getRoutes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.SendToRouteRequestOrBuilder
/ The set of routes that should be used to attempt to complete the payment.
getRoutes() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesResponse
Getter for a list of routes.
getRoutes() - Method in class org.lightningj.lnd.wrapper.message.SendToRouteRequest
Getter for a list of routes.
getRoutesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
getRoutesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The set of routes that should be used to attempt to complete the payment.
getRoutesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
getRoutesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The set of routes that should be used to attempt to complete the payment.
getRoutesCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
getRoutesCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
repeated .lnrpc.Route routes = 1[json_name = "routes"];
getRoutesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
getRoutesCount() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The set of routes that should be used to attempt to complete the payment.
getRoutesCount() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
/ The set of routes that should be used to attempt to complete the payment.
getRoutesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.SendToRouteRequestOrBuilder
/ The set of routes that should be used to attempt to complete the payment.
getRoutesList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
getRoutesList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
repeated .lnrpc.Route routes = 1[json_name = "routes"];
getRoutesList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
getRoutesList() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The set of routes that should be used to attempt to complete the payment.
getRoutesList() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
/ The set of routes that should be used to attempt to complete the payment.
getRoutesList() - Method in interface org.lightningj.lnd.proto.LightningApi.SendToRouteRequestOrBuilder
/ The set of routes that should be used to attempt to complete the payment.
getRoutesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
getRoutesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
repeated .lnrpc.Route routes = 1[json_name = "routes"];
getRoutesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
getRoutesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The set of routes that should be used to attempt to complete the payment.
getRoutesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
/ The set of routes that should be used to attempt to complete the payment.
getRoutesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.SendToRouteRequestOrBuilder
/ The set of routes that should be used to attempt to complete the payment.
getRoutesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
getRoutesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
repeated .lnrpc.Route routes = 1[json_name = "routes"];
getRoutesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
getRoutesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The set of routes that should be used to attempt to complete the payment.
getRoutesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
/ The set of routes that should be used to attempt to complete the payment.
getRoutesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.SendToRouteRequestOrBuilder
/ The set of routes that should be used to attempt to complete the payment.
getRoutingPolicy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
.lnrpc.RoutingPolicy routing_policy = 4;
getRoutingPolicy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
.lnrpc.RoutingPolicy routing_policy = 4;
getRoutingPolicy() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
.lnrpc.RoutingPolicy routing_policy = 4;
getRoutingPolicy() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
Getter for a list of routingPolicy.
getRoutingPolicyBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
.lnrpc.RoutingPolicy routing_policy = 4;
getRoutingPolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
.lnrpc.RoutingPolicy routing_policy = 4;
getRoutingPolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
.lnrpc.RoutingPolicy routing_policy = 4;
getRoutingPolicyOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
.lnrpc.RoutingPolicy routing_policy = 4;
getRPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
The hex-encoded preimage (32 byte) which will allow settling an incoming HTLC payable to this preimage
getRPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
The hex-encoded preimage (32 byte) which will allow settling an incoming HTLC payable to this preimage
getRPreimage() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
The hex-encoded preimage (32 byte) which will allow settling an incoming HTLC payable to this preimage
getRPreimage() - Method in class org.lightningj.lnd.wrapper.message.Invoice
Getter for r_preimage.
getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
/ A manual fee rate set in sat/byte that should be used when crafting the closure transaction.
getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
/ A manual fee rate set in sat/byte that should be used when crafting the closure transaction.
getSatPerByte() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
/ A manual fee rate set in sat/byte that should be used when crafting the closure transaction.
getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ A manual fee rate set in sat/byte that should be used when crafting the funding transaction.
getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
/ A manual fee rate set in sat/byte that should be used when crafting the funding transaction.
getSatPerByte() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
/ A manual fee rate set in sat/byte that should be used when crafting the funding transaction.
getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
getSatPerByte() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
getSatPerByte() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
getSatPerByte() - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
Getter for satPerByte.
getSatPerByte() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Getter for satPerByte.
getSatPerByte() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
Getter for satPerByte.
getSatPerByte() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
Getter for satPerByte.
getSatRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Satoshis received from this peer
getSatRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
/ Satoshis received from this peer
getSatRecv() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
/ Satoshis received from this peer
getSatRecv() - Method in class org.lightningj.lnd.wrapper.message.Peer
Getter for sat_recv.
getSatSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Satoshis sent to this peer
getSatSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
/ Satoshis sent to this peer
getSatSent() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
/ Satoshis sent to this peer
getSatSent() - Method in class org.lightningj.lnd.wrapper.message.Peer
Getter for sat_sent.
getSchema() - Method in class org.lightningj.lnd.wrapper.XMLParser
Loads related XSD schema into Schema object.
getSchemaData() - Method in class org.lightningj.lnd.wrapper.XMLParser
Help method to get related XSD schema as byte array.
getSchemaLocation() - Method in class org.lightningj.lnd.wrapper.V1XMLParser
 
getSchemaLocation() - Method in class org.lightningj.lnd.wrapper.XMLParser
 
getScopeCase() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
getScopeCase() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
getScopeCase() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
 
getSeedEntropy() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
seed_entropy is an optional 16-bytes generated via CSPRNG.
getSeedEntropy() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
seed_entropy is an optional 16-bytes generated via CSPRNG.
getSeedEntropy() - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedRequestOrBuilder
seed_entropy is an optional 16-bytes generated via CSPRNG.
getSeedEntropy() - Method in class org.lightningj.lnd.wrapper.message.GenSeedRequest
Getter for seedEntropy.
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Route
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
getServiceDescriptor() - Static method in class org.lightningj.lnd.proto.LightningGrpc
 
getServiceDescriptor() - Static method in class org.lightningj.lnd.proto.WalletUnlockerGrpc
 
getSettled() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ Whether this invoice has been fulfilled
getSettled() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
/ Whether this invoice has been fulfilled
getSettled() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
/ Whether this invoice has been fulfilled
getSettled() - Method in class org.lightningj.lnd.wrapper.message.Invoice
Getter for settled.
getSettleDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ When this invoice was settled
getSettleDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
/ When this invoice was settled
getSettleDate() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
/ When this invoice was settled
getSettleDate() - Method in class org.lightningj.lnd.wrapper.message.Invoice
Getter for settle_date.
getSettledBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ Settled balance at the time of channel closure
getSettledBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
/ Settled balance at the time of channel closure
getSettledBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
/ Settled balance at the time of channel closure
getSettledBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Getter for settled_balance.
getSettleIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
The "settle" index of this invoice.
getSettleIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
The "settle" index of this invoice.
getSettleIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
The "settle" index of this invoice.
getSettleIndex() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
If specified (non-zero), then we'll first start by sending out notifications for all settled indexes with an settle_index greater than this value.
getSettleIndex() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
If specified (non-zero), then we'll first start by sending out notifications for all settled indexes with an settle_index greater than this value.
getSettleIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceSubscriptionOrBuilder
If specified (non-zero), then we'll first start by sending out notifications for all settled indexes with an settle_index greater than this value.
getSettleIndex() - Method in class org.lightningj.lnd.wrapper.message.Invoice
Getter for settle_index.
getSettleIndex() - Method in class org.lightningj.lnd.wrapper.message.InvoiceSubscription
Getter for settle_index.
getShow() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
bool show = 1;
getShow() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
bool show = 1;
getShow() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelRequestOrBuilder
bool show = 1;
getShow() - Method in class org.lightningj.lnd.wrapper.message.DebugLevelRequest
Getter for show.
getSignature() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
/ The signature for the given message
getSignature() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
/ The signature for the given message
getSignature() - Method in interface org.lightningj.lnd.proto.LightningApi.SignMessageResponseOrBuilder
/ The signature for the given message
getSignature() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
/ The signature to be verified over the given message
getSignature() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
/ The signature to be verified over the given message
getSignature() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageRequestOrBuilder
/ The signature to be verified over the given message
getSignature() - Method in class org.lightningj.lnd.wrapper.message.SignMessageResponse
Getter for signature.
getSignature() - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageRequest
Getter for signature.
getSignatureBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
/ The signature for the given message
getSignatureBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
/ The signature for the given message
getSignatureBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SignMessageResponseOrBuilder
/ The signature for the given message
getSignatureBytes() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
/ The signature to be verified over the given message
getSignatureBytes() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
/ The signature to be verified over the given message
getSignatureBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageRequestOrBuilder
/ The signature to be verified over the given message
getStage() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
/ Indicates whether the htlc is in its first or second stage of recovery
getStage() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
/ Indicates whether the htlc is in its first or second stage of recovery
getStage() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
/ Indicates whether the htlc is in its first or second stage of recovery
getStage() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
Getter for stage.
getStartTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
/ Start time is the starting point of the forwarding history request.
getStartTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
/ Start time is the starting point of the forwarding history request.
getStartTime() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequestOrBuilder
/ Start time is the starting point of the forwarding history request.
getStartTime() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
Getter for start_time.
getStatus() - Method in exception org.lightningj.lnd.wrapper.StatusException
 
getStub() - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
 
getStub() - Method in class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
 
getStub() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
 
getStub() - Method in class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
 
getSubMessageResults() - Method in class org.lightningj.lnd.wrapper.ValidationResult
 
getSubSystems() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
string sub_systems = 1[json_name = "sub_systems"];
getSubSystems() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
string sub_systems = 1[json_name = "sub_systems"];
getSubSystems() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelResponseOrBuilder
string sub_systems = 1[json_name = "sub_systems"];
getSubSystems() - Method in class org.lightningj.lnd.wrapper.message.DebugLevelResponse
Getter for sub_systems.
getSubSystemsBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
string sub_systems = 1[json_name = "sub_systems"];
getSubSystemsBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
string sub_systems = 1[json_name = "sub_systems"];
getSubSystemsBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelResponseOrBuilder
string sub_systems = 1[json_name = "sub_systems"];
getSuccess() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
bool success = 2[json_name = "success"];
getSuccess() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
bool success = 2[json_name = "success"];
getSuccess() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdateOrBuilder
bool success = 2[json_name = "success"];
getSuccess() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
Getter for success.
getSupportedVersions() - Method in class org.lightningj.lnd.wrapper.XMLParserFactory
Returns a set of supported XML Parser versions.
getSyncedToChain() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ Whether the wallet's view is synced to the main chain
getSyncedToChain() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ Whether the wallet's view is synced to the main chain
getSyncedToChain() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ Whether the wallet's view is synced to the main chain
getSyncedToChain() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Getter for synced_to_chain.
getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
/ The target number of blocks that the closure transaction should be confirmed by.
getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
/ The target number of blocks that the closure transaction should be confirmed by.
getTargetConf() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
/ The target number of blocks that the closure transaction should be confirmed by.
getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The target number of blocks that the funding transaction should be confirmed by.
getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
/ The target number of blocks that the funding transaction should be confirmed by.
getTargetConf() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
/ The target number of blocks that the funding transaction should be confirmed by.
getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
/ The target number of blocks that this transaction should be confirmed by.
getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
/ The target number of blocks that this transaction should be confirmed by.
getTargetConf() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
/ The target number of blocks that this transaction should be confirmed by.
getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
/ The target number of blocks that this transaction should be confirmed by.
getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
/ The target number of blocks that this transaction should be confirmed by.
getTargetConf() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
/ The target number of blocks that this transaction should be confirmed by.
getTargetConf() - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
Getter for targetConf.
getTargetConf() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Getter for targetConf.
getTargetConf() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
Getter for targetConf.
getTargetConf() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
Getter for targetConf.
getTestnet() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ Whether the current node is connected to testnet
getTestnet() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ Whether the current node is connected to testnet
getTestnet() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ Whether the current node is connected to testnet
getTestnet() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Getter for testnet.
getTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ The required timelock delta for HTLCs forwarded over the channel.
getTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
/ The required timelock delta for HTLCs forwarded over the channel.
getTimeLockDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
/ The required timelock delta for HTLCs forwarded over the channel.
getTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
uint32 time_lock_delta = 1[json_name = "time_lock_delta"];
getTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
uint32 time_lock_delta = 1[json_name = "time_lock_delta"];
getTimeLockDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
uint32 time_lock_delta = 1[json_name = "time_lock_delta"];
getTimeLockDelta() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
Getter for time_lock_delta.
getTimeLockDelta() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
Getter for time_lock_delta.
getTimeLockedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The sum of all the time-locked outputs at the time of channel closure
getTimeLockedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
/ The sum of all the time-locked outputs at the time of channel closure
getTimeLockedBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
/ The sum of all the time-locked outputs at the time of channel closure
getTimeLockedBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Getter for time_locked_balance.
getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
/ Timestamp is the time (unix epoch offset) that this circuit was completed.
getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
/ Timestamp is the time (unix epoch offset) that this circuit was completed.
getTimestamp() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
/ Timestamp is the time (unix epoch offset) that this circuit was completed.
getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
int64 timestamp = 4[json_name = "timestamp"];
getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
int64 timestamp = 4[json_name = "timestamp"];
getTimestamp() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
int64 timestamp = 4[json_name = "timestamp"];
getTimeStamp() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ Timestamp of this transaction
getTimeStamp() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
/ Timestamp of this transaction
getTimeStamp() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
/ Timestamp of this transaction
getTimestamp() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
Getter for timestamp.
getTimestamp() - Method in class org.lightningj.lnd.wrapper.message.PayReq
Getter for timestamp.
getTimeStamp() - Method in class org.lightningj.lnd.wrapper.message.Transaction
Getter for time_stamp.
getTotalAmt() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Deprecated.
getTotalAmt() - Method in class org.lightningj.lnd.proto.LightningApi.Route
Deprecated.
getTotalAmt() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
Deprecated.
getTotalAmt() - Method in class org.lightningj.lnd.wrapper.message.Route
Getter for total_amt.
getTotalAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
The total amount in millisatoshis.
getTotalAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route
The total amount in millisatoshis.
getTotalAmtMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
The total amount in millisatoshis.
getTotalAmtMsat() - Method in class org.lightningj.lnd.wrapper.message.Route
Getter for total_amt_msat.
getTotalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
/ The balance of the wallet
getTotalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
/ The balance of the wallet
getTotalBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.WalletBalanceResponseOrBuilder
/ The balance of the wallet
getTotalBalance() - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
Getter for total_balance.
getTotalCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
int64 total_capacity = 3[json_name = "total_capacity"];
getTotalCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
int64 total_capacity = 3[json_name = "total_capacity"];
getTotalCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
int64 total_capacity = 3[json_name = "total_capacity"];
getTotalCapacity() - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
Getter for total_capacity.
getTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Deprecated.
getTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Route
Deprecated.
getTotalFees() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
Deprecated.
getTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ Fees paid for this transaction
getTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
/ Fees paid for this transaction
getTotalFees() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
/ Fees paid for this transaction
getTotalFees() - Method in class org.lightningj.lnd.wrapper.message.Route
Getter for total_fees.
getTotalFees() - Method in class org.lightningj.lnd.wrapper.message.Transaction
Getter for total_fees.
getTotalFeesMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
The total fees in millisatoshis.
getTotalFeesMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route
The total fees in millisatoshis.
getTotalFeesMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
The total fees in millisatoshis.
getTotalFeesMsat() - Method in class org.lightningj.lnd.wrapper.message.Route
Getter for total_fees_msat.
getTotalLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ The balance in satoshis encumbered in pending channels
getTotalLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ The balance in satoshis encumbered in pending channels
getTotalLimboBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ The balance in satoshis encumbered in pending channels
getTotalLimboBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
Getter for total_limbo_balance.
getTotalNetworkCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
int64 total_network_capacity = 6[json_name = "total_network_capacity"];
getTotalNetworkCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
int64 total_network_capacity = 6[json_name = "total_network_capacity"];
getTotalNetworkCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
int64 total_network_capacity = 6[json_name = "total_network_capacity"];
getTotalNetworkCapacity() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
Getter for total_network_capacity.
getTotalSatoshisReceived() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The total number of satoshis we've received within this channel.
getTotalSatoshisReceived() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
The total number of satoshis we've received within this channel.
getTotalSatoshisReceived() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
The total number of satoshis we've received within this channel.
getTotalSatoshisReceived() - Method in class org.lightningj.lnd.wrapper.message.Channel
Getter for total_satoshis_received.
getTotalSatoshisSent() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The total number of satoshis we've sent within this channel.
getTotalSatoshisSent() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
The total number of satoshis we've sent within this channel.
getTotalSatoshisSent() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
The total number of satoshis we've sent within this channel.
getTotalSatoshisSent() - Method in class org.lightningj.lnd.wrapper.message.Channel
Getter for total_satoshis_sent.
getTotalTimeLock() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
The cumulative (final) time lock across the entire route.
getTotalTimeLock() - Method in class org.lightningj.lnd.proto.LightningApi.Route
The cumulative (final) time lock across the entire route.
getTotalTimeLock() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
The cumulative (final) time lock across the entire route.
getTotalTimeLock() - Method in class org.lightningj.lnd.wrapper.message.Route
Getter for total_time_lock.
getTransactions(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
/ The list of transactions relevant to the wallet.
getTransactions(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
/ The list of transactions relevant to the wallet.
getTransactions(int) - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
/ The list of transactions relevant to the wallet.
getTransactions(LightningApi.GetTransactionsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `listchaintxns` GetTransactions returns a list describing all the known transactions relevant to the wallet.
getTransactions(LightningApi.GetTransactionsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `listchaintxns` GetTransactions returns a list describing all the known transactions relevant to the wallet.
getTransactions(LightningApi.GetTransactionsRequest, StreamObserver<LightningApi.TransactionDetails>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `listchaintxns` GetTransactions returns a list describing all the known transactions relevant to the wallet.
getTransactions(LightningApi.GetTransactionsRequest, StreamObserver<LightningApi.TransactionDetails>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `listchaintxns` GetTransactions returns a list describing all the known transactions relevant to the wallet.
getTransactions(StreamObserver<TransactionDetails>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a getTransactions request.
getTransactions(GetTransactionsRequest, StreamObserver<TransactionDetails>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a getTransactions request.
getTransactions() - Method in class org.lightningj.lnd.wrapper.message.TransactionDetails
Getter for a list of transactions.
getTransactions() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a getTransactions request.
getTransactions(GetTransactionsRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a getTransactions request.
getTransactionsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
/ The list of transactions relevant to the wallet.
getTransactionsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
/ The list of transactions relevant to the wallet.
getTransactionsCount() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
/ The list of transactions relevant to the wallet.
getTransactionsCount() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
/ The list of transactions relevant to the wallet.
getTransactionsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
/ The list of transactions relevant to the wallet.
getTransactionsList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
/ The list of transactions relevant to the wallet.
getTransactionsList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
/ The list of transactions relevant to the wallet.
getTransactionsList() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
/ The list of transactions relevant to the wallet.
getTransactionsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
/ The list of transactions relevant to the wallet.
getTransactionsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
/ The list of transactions relevant to the wallet.
getTransactionsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
/ The list of transactions relevant to the wallet.
getTransactionsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
/ The list of transactions relevant to the wallet.
getTransactionsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
/ The list of transactions relevant to the wallet.
getTransactionsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
/ The list of transactions relevant to the wallet.
GetTransactionsRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for GetTransactionsRequest.
GetTransactionsRequest() - Constructor for class org.lightningj.lnd.wrapper.message.GetTransactionsRequest
Empty Constructor
GetTransactionsRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GetTransactionsRequest
Json Parsing Constructor
GetTransactionsRequest(LightningApi.GetTransactionsRequest) - Constructor for class org.lightningj.lnd.wrapper.message.GetTransactionsRequest
Constructor using underlying Lightning API Object
getTxHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ The transaction hash
getTxHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
/ The transaction hash
getTxHash() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
/ The transaction hash
getTxHash() - Method in class org.lightningj.lnd.wrapper.message.Transaction
Getter for tx_hash.
getTxHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ The transaction hash
getTxHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
/ The transaction hash
getTxHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
/ The transaction hash
getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
bytes txid = 1[json_name = "txid"];
getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
bytes txid = 1[json_name = "txid"];
getTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingUpdateOrBuilder
bytes txid = 1[json_name = "txid"];
getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
/ The transaction ID of the transaction
getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
/ The transaction ID of the transaction
getTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsResponseOrBuilder
/ The transaction ID of the transaction
getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
/ The id of the transaction
getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
/ The id of the transaction
getTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyResponseOrBuilder
/ The id of the transaction
getTxid() - Method in class org.lightningj.lnd.wrapper.message.PendingUpdate
Getter for txid.
getTxid() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsResponse
Getter for txid.
getTxid() - Method in class org.lightningj.lnd.wrapper.message.SendManyResponse
Getter for txid.
getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
/ The transaction ID of the transaction
getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
/ The transaction ID of the transaction
getTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsResponseOrBuilder
/ The transaction ID of the transaction
getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
/ The id of the transaction
getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
/ The id of the transaction
getTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyResponseOrBuilder
/ The id of the transaction
getType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
/ The address type
getType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
/ The address type
getType() - Method in interface org.lightningj.lnd.proto.LightningApi.NewAddressRequestOrBuilder
/ The address type
getType() - Method in class org.lightningj.lnd.wrapper.message.NewAddressRequest
Getter for type.
getTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
/ The address type
getTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
/ The address type
getTypeValue() - Method in interface org.lightningj.lnd.proto.LightningApi.NewAddressRequestOrBuilder
/ The address type
getUnconfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
/ The unconfirmed balance of a wallet(with 0 confirmations)
getUnconfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
/ The unconfirmed balance of a wallet(with 0 confirmations)
getUnconfirmedBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.WalletBalanceResponseOrBuilder
/ The unconfirmed balance of a wallet(with 0 confirmations)
getUnconfirmedBalance() - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
Getter for unconfirmed_balance.
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Route
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
getUnmarshaller() - Method in class org.lightningj.lnd.wrapper.XMLParser
 
getUnsettledBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ The unsettled balance in this channel
getUnsettledBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
/ The unsettled balance in this channel
getUnsettledBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
/ The unsettled balance in this channel
getUnsettledBalance() - Method in class org.lightningj.lnd.wrapper.message.Channel
Getter for unsettled_balance.
getUpdateCase() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
getUpdateCase() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
getUpdateCase() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
 
getUpdateCase() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
getUpdateCase() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
getUpdateCase() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
 
getUris(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The URIs of the current node.
getUris(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ The URIs of the current node.
getUris(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ The URIs of the current node.
getUris() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Getter for a list of uris.
getUrisBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The URIs of the current node.
getUrisBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ The URIs of the current node.
getUrisBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ The URIs of the current node.
getUrisCount() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The URIs of the current node.
getUrisCount() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ The URIs of the current node.
getUrisCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ The URIs of the current node.
getUrisList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The URIs of the current node.
getUrisList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ The URIs of the current node.
getUrisList() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ The URIs of the current node.
getValid() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
/ Whether the signature was valid over the given message
getValid() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
/ Whether the signature was valid over the given message
getValid() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageResponseOrBuilder
/ Whether the signature was valid over the given message
getValid() - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageResponse
Getter for valid.
getValidationResult() - Method in exception org.lightningj.lnd.wrapper.ValidationException
 
getValue() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ The value of this invoice in satoshis
getValue() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
/ The value of this invoice in satoshis
getValue() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
/ The value of this invoice in satoshis
getValue() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The value of the payment in satoshis
getValue() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
/ The value of the payment in satoshis
getValue() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
/ The value of the payment in satoshis
getValue() - Method in class org.lightningj.lnd.wrapper.message.Invoice
Getter for value.
getValue() - Method in class org.lightningj.lnd.wrapper.message.Payment
Getter for value.
getValue() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
Getter for value.
getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
 
getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.NewAddressRequest.AddressType
 
getVersion() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The version of the LND software that the node is running.
getVersion() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ The version of the LND software that the node is running.
getVersion() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ The version of the LND software that the node is running.
getVersion() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Getter for version.
getVersion() - Method in class org.lightningj.lnd.wrapper.V1XMLParser
 
getVersion() - Method in class org.lightningj.lnd.wrapper.XMLParser
 
getVersionBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The version of the LND software that the node is running.
getVersionBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
/ The version of the LND software that the node is running.
getVersionBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
/ The version of the LND software that the node is running.
getWaitingCloseChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels waiting for closing tx to confirm
getWaitingCloseChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels waiting for closing tx to confirm
getWaitingCloseChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels waiting for closing tx to confirm
getWaitingCloseChannels() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
Getter for a list of waiting_close_channels.
getWaitingCloseChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels waiting for closing tx to confirm
getWaitingCloseChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels waiting for closing tx to confirm
getWaitingCloseChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels waiting for closing tx to confirm
getWaitingCloseChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels waiting for closing tx to confirm
getWaitingCloseChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels waiting for closing tx to confirm
getWaitingCloseChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels waiting for closing tx to confirm
getWaitingCloseChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels waiting for closing tx to confirm
getWaitingCloseChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels waiting for closing tx to confirm
getWaitingCloseChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels waiting for closing tx to confirm
getWaitingCloseChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels waiting for closing tx to confirm
getWaitingCloseChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels waiting for closing tx to confirm
getWaitingCloseChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels waiting for closing tx to confirm
getWaitingCloseChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
/ Channels waiting for closing tx to confirm
getWaitingCloseChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
/ Channels waiting for closing tx to confirm
getWalletPassword() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
wallet_password is the passphrase that should be used to encrypt the wallet.
getWalletPassword() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
wallet_password is the passphrase that should be used to encrypt the wallet.
getWalletPassword() - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
wallet_password is the passphrase that should be used to encrypt the wallet.
getWalletPassword() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
wallet_password should be the current valid passphrase for the daemon.
getWalletPassword() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
wallet_password should be the current valid passphrase for the daemon.
getWalletPassword() - Method in interface org.lightningj.lnd.proto.LightningApi.UnlockWalletRequestOrBuilder
wallet_password should be the current valid passphrase for the daemon.
getWalletPassword() - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
Getter for walletPassword.
getWalletPassword() - Method in class org.lightningj.lnd.wrapper.message.UnlockWalletRequest
Getter for walletPassword.
getWeekFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 week.
getWeekFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 week.
getWeekFeeSum() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 week.
getWeekFeeSum() - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
Getter for week_fee_sum.
getXMLParser(String) - Method in class org.lightningj.lnd.wrapper.XMLParserFactory
Method to retrieve the XMLParser for a given version.
GLOBAL_FEATURES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
GLOBAL_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
GRAPH_DIAMETER_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
GraphTopologySubscription - Class in org.lightningj.lnd.wrapper.message
Wrapper class for GraphTopologySubscription.
GraphTopologySubscription() - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologySubscription
Empty Constructor
GraphTopologySubscription(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologySubscription
Json Parsing Constructor
GraphTopologySubscription(LightningApi.GraphTopologySubscription) - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologySubscription
Constructor using underlying Lightning API Object
GraphTopologyUpdate - Class in org.lightningj.lnd.wrapper.message
Wrapper class for GraphTopologyUpdate.
GraphTopologyUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
Empty Constructor
GraphTopologyUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
Json Parsing Constructor
GraphTopologyUpdate(LightningApi.GraphTopologyUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
Constructor using underlying Lightning API Object

H

hasAddr() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
/ Lightning address of the peer, in the format `<pubkey>@host`
hasAddr() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
/ Lightning address of the peer, in the format `<pubkey>@host`
hasAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.ConnectPeerRequestOrBuilder
/ Lightning address of the peer, in the format `<pubkey>@host`
hasChanClose() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
hasChanClose() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
hasChanClose() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
hasChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
/ The pending channel to be closed
hasChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
/ The pending channel to be closed
hasChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder
/ The pending channel to be closed
hasChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The pending channel to be force closed
hasChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
/ The pending channel to be force closed
hasChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
/ The pending channel to be force closed
hasChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
/ The pending channel
hasChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
/ The pending channel
hasChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
/ The pending channel
hasChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
/ The pending channel waiting for closing tx to confirm
hasChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
/ The pending channel waiting for closing tx to confirm
hasChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannelOrBuilder
/ The pending channel waiting for closing tx to confirm
hasChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
hasChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
hasChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdateOrBuilder
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
hasChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
The outpoint (txid:index) of the funding transaction.
hasChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
The outpoint (txid:index) of the funding transaction.
hasChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
The outpoint (txid:index) of the funding transaction.
hasChanOpen() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
hasChanOpen() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
hasChanOpen() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
hasChanPending() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
hasChanPending() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
hasChanPending() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
hasChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
.lnrpc.ChannelPoint chan_point = 2;
hasChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
.lnrpc.ChannelPoint chan_point = 2;
hasChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
.lnrpc.ChannelPoint chan_point = 2;
hasChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
.lnrpc.ChannelPoint chan_point = 4;
hasChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
.lnrpc.ChannelPoint chan_point = 4;
hasChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
.lnrpc.ChannelPoint chan_point = 4;
hasChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ If set, this update will target a specific channel.
hasChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
/ If set, this update will target a specific channel.
hasChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
/ If set, this update will target a specific channel.
hasClosePending() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
hasClosePending() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
hasClosePending() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
hasConfirmation() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
hasConfirmation() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
hasConfirmation() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
hasConfirmation() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
hasConfirmation() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
hasConfirmation() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
hasFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
The maximum number of satoshis that will be paid as a fee of the payment.
hasFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
The maximum number of satoshis that will be paid as a fee of the payment.
hasFeeLimit() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
The maximum number of satoshis that will be paid as a fee of the payment.
hasFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
The maximum number of satoshis that will be paid as a fee of the payment.
hasFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
The maximum number of satoshis that will be paid as a fee of the payment.
hasFeeLimit() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
The maximum number of satoshis that will be paid as a fee of the payment.
HASH_LOCK_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.HTLC
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.Route
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
hashCode() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
hashCode() - Method in class org.lightningj.lnd.wrapper.Message
 
hasNode() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
An individual vertex/node within the channel graph.
hasNode() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
An individual vertex/node within the channel graph.
hasNode() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
An individual vertex/node within the channel graph.
hasNode1Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
hasNode1Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
hasNode1Policy() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
hasNode2Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
hasNode2Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
hasNode2Policy() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
hasPaymentRoute() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
hasPaymentRoute() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
hasPaymentRoute() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
hasRoutingPolicy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
.lnrpc.RoutingPolicy routing_policy = 4;
hasRoutingPolicy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
.lnrpc.RoutingPolicy routing_policy = 4;
hasRoutingPolicy() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
.lnrpc.RoutingPolicy routing_policy = 4;
Hop - Class in org.lightningj.lnd.wrapper.message
Wrapper class for Hop.
Hop() - Constructor for class org.lightningj.lnd.wrapper.message.Hop
Empty Constructor
Hop(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.Hop
Json Parsing Constructor
Hop(LightningApi.Hop) - Constructor for class org.lightningj.lnd.wrapper.message.Hop
Constructor using underlying Lightning API Object
HOP_HINTS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
HopHint - Class in org.lightningj.lnd.wrapper.message
Wrapper class for HopHint.
HopHint() - Constructor for class org.lightningj.lnd.wrapper.message.HopHint
Empty Constructor
HopHint(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.HopHint
Json Parsing Constructor
HopHint(LightningApi.HopHint) - Constructor for class org.lightningj.lnd.wrapper.message.HopHint
Constructor using underlying Lightning API Object
HOPS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Route
 
HOST_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
HTLC - Class in org.lightningj.lnd.wrapper.message
Wrapper class for HTLC.
HTLC() - Constructor for class org.lightningj.lnd.wrapper.message.HTLC
Empty Constructor
HTLC(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.HTLC
Json Parsing Constructor
HTLC(LightningApi.HTLC) - Constructor for class org.lightningj.lnd.wrapper.message.HTLC
Constructor using underlying Lightning API Object

I

IDENTITY_KEY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
IDENTITY_PUBKEY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
INACTIVE_ONLY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
INBOUND_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Peer
 
INCOMING_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.HTLC
 
INCOMING_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
INDEX_OFFSET_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
INDEX_OFFSET_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
initWallet(LightningApi.InitWalletRequest) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerBlockingStub
InitWallet is used when lnd is starting up for the first time to fully initialize the daemon and its internal wallet.
initWallet(LightningApi.InitWalletRequest) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerFutureStub
InitWallet is used when lnd is starting up for the first time to fully initialize the daemon and its internal wallet.
initWallet(LightningApi.InitWalletRequest, StreamObserver<LightningApi.InitWalletResponse>) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerImplBase
InitWallet is used when lnd is starting up for the first time to fully initialize the daemon and its internal wallet.
initWallet(LightningApi.InitWalletRequest, StreamObserver<LightningApi.InitWalletResponse>) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerStub
InitWallet is used when lnd is starting up for the first time to fully initialize the daemon and its internal wallet.
initWallet(byte[], List<String>, byte[], Integer, StreamObserver<InitWalletResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
Method to generate a initWallet request.
initWallet(InitWalletRequest, StreamObserver<InitWalletResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
Method to send a initWallet request.
initWallet(byte[], List<String>, byte[], Integer) - Method in class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
Method to generate a initWallet request.
initWallet(InitWalletRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
Method to send a initWallet request.
InitWalletRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for InitWalletRequest.
InitWalletRequest() - Constructor for class org.lightningj.lnd.wrapper.message.InitWalletRequest
Empty Constructor
InitWalletRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.InitWalletRequest
Json Parsing Constructor
InitWalletRequest(LightningApi.InitWalletRequest) - Constructor for class org.lightningj.lnd.wrapper.message.InitWalletRequest
Constructor using underlying Lightning API Object
InitWalletResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for InitWalletResponse.
InitWalletResponse() - Constructor for class org.lightningj.lnd.wrapper.message.InitWalletResponse
Empty Constructor
InitWalletResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.InitWalletResponse
Json Parsing Constructor
InitWalletResponse(LightningApi.InitWalletResponse) - Constructor for class org.lightningj.lnd.wrapper.message.InitWalletResponse
Constructor using underlying Lightning API Object
interceptCall(MethodDescriptor<ReqT, RespT>, CallOptions, Channel) - Method in class org.lightningj.lnd.wrapper.MacaroonClientInterceptor
Intercept ClientCall creation by the next Channel.
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.Route
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
internalGetMapField(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
internalGetMapField(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
internalGetMutableMapField(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
internalGetValueMap() - Static method in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
 
internalGetValueMap() - Static method in enum org.lightningj.lnd.proto.LightningApi.NewAddressRequest.AddressType
 
Invoice - Class in org.lightningj.lnd.wrapper.message
Wrapper class for Invoice.
Invoice() - Constructor for class org.lightningj.lnd.wrapper.message.Invoice
Empty Constructor
Invoice(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.Invoice
Json Parsing Constructor
Invoice(LightningApi.Invoice) - Constructor for class org.lightningj.lnd.wrapper.message.Invoice
Constructor using underlying Lightning API Object
INVOICES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
InvoiceSubscription - Class in org.lightningj.lnd.wrapper.message
Wrapper class for InvoiceSubscription.
InvoiceSubscription() - Constructor for class org.lightningj.lnd.wrapper.message.InvoiceSubscription
Empty Constructor
InvoiceSubscription(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.InvoiceSubscription
Json Parsing Constructor
InvoiceSubscription(LightningApi.InvoiceSubscription) - Constructor for class org.lightningj.lnd.wrapper.message.InvoiceSubscription
Constructor using underlying Lightning API Object
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.Route
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
isInitialized() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
isPerformValidation() - Method in class org.lightningj.lnd.wrapper.API
 
isValid() - Method in class org.lightningj.lnd.wrapper.ValidationResult
 

J

JsonGenUtils - Class in org.lightningj.lnd.util
Class containing utility methods for generating/parsing JSON code.
JsonGenUtils() - Constructor for class org.lightningj.lnd.util.JsonGenUtils
 
jsonToMessage(JsonObject, Descriptors.Descriptor) - Static method in class org.lightningj.lnd.util.JsonGenUtils
Method to convert a jsonObject to a Message Builder.
jsonToMessage(JsonObject, Message.Builder, Descriptors.Descriptor) - Static method in class org.lightningj.lnd.util.JsonGenUtils
Method to convert a jsonObject to a Message Builder.
jsonToString(Object, boolean) - Static method in class org.lightningj.lnd.util.JsonGenUtils
Help method to convert a json object to string representation.

L

LAST_INDEX_OFFSET_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
LAST_OFFSET_INDEX_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
LAST_UPDATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
LAST_UPDATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
LEVEL_SPEC_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
LightningAddress - Class in org.lightningj.lnd.wrapper.message
Wrapper class for LightningAddress.
LightningAddress() - Constructor for class org.lightningj.lnd.wrapper.message.LightningAddress
Empty Constructor
LightningAddress(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.LightningAddress
Json Parsing Constructor
LightningAddress(LightningApi.LightningAddress) - Constructor for class org.lightningj.lnd.wrapper.message.LightningAddress
Constructor using underlying Lightning API Object
LightningApi - Class in org.lightningj.lnd.proto
 
LightningApi.AddInvoiceResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.AddInvoiceResponse
LightningApi.AddInvoiceResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.AddInvoiceResponse
LightningApi.AddInvoiceResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ChangePasswordRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChangePasswordRequest
LightningApi.ChangePasswordRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChangePasswordRequest
LightningApi.ChangePasswordRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ChangePasswordResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChangePasswordResponse
LightningApi.ChangePasswordResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChangePasswordResponse
LightningApi.ChangePasswordResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ChanInfoRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChanInfoRequest
LightningApi.ChanInfoRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChanInfoRequest
LightningApi.ChanInfoRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.Channel - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.Channel
LightningApi.Channel.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.Channel
LightningApi.ChannelBalanceRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChannelBalanceRequest
LightningApi.ChannelBalanceRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChannelBalanceRequest
LightningApi.ChannelBalanceRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ChannelBalanceResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChannelBalanceResponse
LightningApi.ChannelBalanceResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChannelBalanceResponse
LightningApi.ChannelBalanceResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ChannelCloseSummary - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChannelCloseSummary
LightningApi.ChannelCloseSummary.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChannelCloseSummary
LightningApi.ChannelCloseSummary.ClosureType - Enum in org.lightningj.lnd.proto
Protobuf enum lnrpc.ChannelCloseSummary.ClosureType
LightningApi.ChannelCloseSummaryOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ChannelCloseUpdate - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChannelCloseUpdate
LightningApi.ChannelCloseUpdate.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChannelCloseUpdate
LightningApi.ChannelCloseUpdateOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ChannelEdge - Class in org.lightningj.lnd.proto
A fully authenticated channel along with all its unique attributes.
LightningApi.ChannelEdge.Builder - Class in org.lightningj.lnd.proto
A fully authenticated channel along with all its unique attributes.
LightningApi.ChannelEdgeOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ChannelEdgeUpdate - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChannelEdgeUpdate
LightningApi.ChannelEdgeUpdate.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChannelEdgeUpdate
LightningApi.ChannelEdgeUpdateOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ChannelFeeReport - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChannelFeeReport
LightningApi.ChannelFeeReport.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChannelFeeReport
LightningApi.ChannelFeeReportOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ChannelGraph - Class in org.lightningj.lnd.proto
/ Returns a new instance of the directed channel graph.
LightningApi.ChannelGraph.Builder - Class in org.lightningj.lnd.proto
/ Returns a new instance of the directed channel graph.
LightningApi.ChannelGraphOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ChannelGraphRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChannelGraphRequest
LightningApi.ChannelGraphRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChannelGraphRequest
LightningApi.ChannelGraphRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ChannelOpenUpdate - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChannelOpenUpdate
LightningApi.ChannelOpenUpdate.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChannelOpenUpdate
LightningApi.ChannelOpenUpdateOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ChannelOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ChannelPoint - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChannelPoint
LightningApi.ChannelPoint.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ChannelPoint
LightningApi.ChannelPoint.FundingTxidCase - Enum in org.lightningj.lnd.proto
 
LightningApi.ChannelPointOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.CloseChannelRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.CloseChannelRequest
LightningApi.CloseChannelRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.CloseChannelRequest
LightningApi.CloseChannelRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ClosedChannelsRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ClosedChannelsRequest
LightningApi.ClosedChannelsRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ClosedChannelsRequest
LightningApi.ClosedChannelsRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ClosedChannelsResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ClosedChannelsResponse
LightningApi.ClosedChannelsResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ClosedChannelsResponse
LightningApi.ClosedChannelsResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ClosedChannelUpdate - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ClosedChannelUpdate
LightningApi.ClosedChannelUpdate.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ClosedChannelUpdate
LightningApi.ClosedChannelUpdateOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.CloseStatusUpdate - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.CloseStatusUpdate
LightningApi.CloseStatusUpdate.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.CloseStatusUpdate
LightningApi.CloseStatusUpdate.UpdateCase - Enum in org.lightningj.lnd.proto
 
LightningApi.CloseStatusUpdateOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ConfirmationUpdate - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ConfirmationUpdate
LightningApi.ConfirmationUpdate.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ConfirmationUpdate
LightningApi.ConfirmationUpdateOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ConnectPeerRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ConnectPeerRequest
LightningApi.ConnectPeerRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ConnectPeerRequest
LightningApi.ConnectPeerRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ConnectPeerResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ConnectPeerResponse
LightningApi.ConnectPeerResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ConnectPeerResponse
LightningApi.ConnectPeerResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.DebugLevelRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.DebugLevelRequest
LightningApi.DebugLevelRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.DebugLevelRequest
LightningApi.DebugLevelRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.DebugLevelResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.DebugLevelResponse
LightningApi.DebugLevelResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.DebugLevelResponse
LightningApi.DebugLevelResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.DeleteAllPaymentsRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.DeleteAllPaymentsRequest
LightningApi.DeleteAllPaymentsRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.DeleteAllPaymentsRequest
LightningApi.DeleteAllPaymentsRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.DeleteAllPaymentsResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.DeleteAllPaymentsResponse
LightningApi.DeleteAllPaymentsResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.DeleteAllPaymentsResponse
LightningApi.DeleteAllPaymentsResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.DisconnectPeerRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.DisconnectPeerRequest
LightningApi.DisconnectPeerRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.DisconnectPeerRequest
LightningApi.DisconnectPeerRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.DisconnectPeerResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.DisconnectPeerResponse
LightningApi.DisconnectPeerResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.DisconnectPeerResponse
LightningApi.DisconnectPeerResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.FeeLimit - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.FeeLimit
LightningApi.FeeLimit.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.FeeLimit
LightningApi.FeeLimit.LimitCase - Enum in org.lightningj.lnd.proto
 
LightningApi.FeeLimitOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.FeeReportRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.FeeReportRequest
LightningApi.FeeReportRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.FeeReportRequest
LightningApi.FeeReportRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.FeeReportResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.FeeReportResponse
LightningApi.FeeReportResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.FeeReportResponse
LightningApi.FeeReportResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ForwardingEvent - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ForwardingEvent
LightningApi.ForwardingEvent.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ForwardingEvent
LightningApi.ForwardingEventOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ForwardingHistoryRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ForwardingHistoryRequest
LightningApi.ForwardingHistoryRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ForwardingHistoryRequest
LightningApi.ForwardingHistoryRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ForwardingHistoryResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ForwardingHistoryResponse
LightningApi.ForwardingHistoryResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ForwardingHistoryResponse
LightningApi.ForwardingHistoryResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.GenSeedRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.GenSeedRequest
LightningApi.GenSeedRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.GenSeedRequest
LightningApi.GenSeedRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.GenSeedResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.GenSeedResponse
LightningApi.GenSeedResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.GenSeedResponse
LightningApi.GenSeedResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.GetInfoRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.GetInfoRequest
LightningApi.GetInfoRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.GetInfoRequest
LightningApi.GetInfoRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.GetInfoResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.GetInfoResponse
LightningApi.GetInfoResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.GetInfoResponse
LightningApi.GetInfoResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.GetTransactionsRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.GetTransactionsRequest
LightningApi.GetTransactionsRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.GetTransactionsRequest
LightningApi.GetTransactionsRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.GraphTopologySubscription - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.GraphTopologySubscription
LightningApi.GraphTopologySubscription.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.GraphTopologySubscription
LightningApi.GraphTopologySubscriptionOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.GraphTopologyUpdate - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.GraphTopologyUpdate
LightningApi.GraphTopologyUpdate.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.GraphTopologyUpdate
LightningApi.GraphTopologyUpdateOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.Hop - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.Hop
LightningApi.Hop.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.Hop
LightningApi.HopHint - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.HopHint
LightningApi.HopHint.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.HopHint
LightningApi.HopHintOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.HopOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.HTLC - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.HTLC
LightningApi.HTLC.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.HTLC
LightningApi.HTLCOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.InitWalletRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.InitWalletRequest
LightningApi.InitWalletRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.InitWalletRequest
LightningApi.InitWalletRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.InitWalletResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.InitWalletResponse
LightningApi.InitWalletResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.InitWalletResponse
LightningApi.InitWalletResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.Invoice - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.Invoice
LightningApi.Invoice.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.Invoice
LightningApi.InvoiceOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.InvoiceSubscription - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.InvoiceSubscription
LightningApi.InvoiceSubscription.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.InvoiceSubscription
LightningApi.InvoiceSubscriptionOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.LightningAddress - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.LightningAddress
LightningApi.LightningAddress.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.LightningAddress
LightningApi.LightningAddressOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.LightningNode - Class in org.lightningj.lnd.proto
An individual vertex/node within the channel graph.
LightningApi.LightningNode.Builder - Class in org.lightningj.lnd.proto
An individual vertex/node within the channel graph.
LightningApi.LightningNodeOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ListChannelsRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ListChannelsRequest
LightningApi.ListChannelsRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ListChannelsRequest
LightningApi.ListChannelsRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ListChannelsResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ListChannelsResponse
LightningApi.ListChannelsResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ListChannelsResponse
LightningApi.ListChannelsResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ListInvoiceRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ListInvoiceRequest
LightningApi.ListInvoiceRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ListInvoiceRequest
LightningApi.ListInvoiceRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ListInvoiceResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ListInvoiceResponse
LightningApi.ListInvoiceResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ListInvoiceResponse
LightningApi.ListInvoiceResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ListPaymentsRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ListPaymentsRequest
LightningApi.ListPaymentsRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ListPaymentsRequest
LightningApi.ListPaymentsRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ListPaymentsResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ListPaymentsResponse
LightningApi.ListPaymentsResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ListPaymentsResponse
LightningApi.ListPaymentsResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ListPeersRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ListPeersRequest
LightningApi.ListPeersRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ListPeersRequest
LightningApi.ListPeersRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.ListPeersResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ListPeersResponse
LightningApi.ListPeersResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.ListPeersResponse
LightningApi.ListPeersResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.NetworkInfo - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.NetworkInfo
LightningApi.NetworkInfo.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.NetworkInfo
LightningApi.NetworkInfoOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.NetworkInfoRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.NetworkInfoRequest
LightningApi.NetworkInfoRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.NetworkInfoRequest
LightningApi.NetworkInfoRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.NewAddressRequest - Class in org.lightningj.lnd.proto
`AddressType` has to be one of: - `p2wkh`: Pay to witness key hash (`WITNESS_PUBKEY_HASH` = 0) - `np2wkh`: Pay to nested witness key hash (`NESTED_PUBKEY_HASH` = 1) - `p2pkh`: Pay to public key hash (`PUBKEY_HASH` = 2)
LightningApi.NewAddressRequest.AddressType - Enum in org.lightningj.lnd.proto
Protobuf enum lnrpc.NewAddressRequest.AddressType
LightningApi.NewAddressRequest.Builder - Class in org.lightningj.lnd.proto
`AddressType` has to be one of: - `p2wkh`: Pay to witness key hash (`WITNESS_PUBKEY_HASH` = 0) - `np2wkh`: Pay to nested witness key hash (`NESTED_PUBKEY_HASH` = 1) - `p2pkh`: Pay to public key hash (`PUBKEY_HASH` = 2)
LightningApi.NewAddressRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.NewAddressResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.NewAddressResponse
LightningApi.NewAddressResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.NewAddressResponse
LightningApi.NewAddressResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.NewWitnessAddressRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.NewWitnessAddressRequest
LightningApi.NewWitnessAddressRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.NewWitnessAddressRequest
LightningApi.NewWitnessAddressRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.NodeAddress - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.NodeAddress
LightningApi.NodeAddress.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.NodeAddress
LightningApi.NodeAddressOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.NodeInfo - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.NodeInfo
LightningApi.NodeInfo.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.NodeInfo
LightningApi.NodeInfoOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.NodeInfoRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.NodeInfoRequest
LightningApi.NodeInfoRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.NodeInfoRequest
LightningApi.NodeInfoRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.NodeUpdate - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.NodeUpdate
LightningApi.NodeUpdate.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.NodeUpdate
LightningApi.NodeUpdateOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.OpenChannelRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.OpenChannelRequest
LightningApi.OpenChannelRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.OpenChannelRequest
LightningApi.OpenChannelRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.OpenStatusUpdate - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.OpenStatusUpdate
LightningApi.OpenStatusUpdate.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.OpenStatusUpdate
LightningApi.OpenStatusUpdate.UpdateCase - Enum in org.lightningj.lnd.proto
 
LightningApi.OpenStatusUpdateOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.Payment - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.Payment
LightningApi.Payment.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.Payment
LightningApi.PaymentHash - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PaymentHash
LightningApi.PaymentHash.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PaymentHash
LightningApi.PaymentHashOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.PaymentOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.PayReq - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PayReq
LightningApi.PayReq.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PayReq
LightningApi.PayReqOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.PayReqString - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PayReqString
LightningApi.PayReqString.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PayReqString
LightningApi.PayReqStringOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.Peer - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.Peer
LightningApi.Peer.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.Peer
LightningApi.PeerOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.PendingChannelsRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PendingChannelsRequest
LightningApi.PendingChannelsRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PendingChannelsRequest
LightningApi.PendingChannelsRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.PendingChannelsResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PendingChannelsResponse
LightningApi.PendingChannelsResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PendingChannelsResponse
LightningApi.PendingChannelsResponse.ClosedChannel - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PendingChannelsResponse.ClosedChannel
LightningApi.PendingChannelsResponse.ClosedChannel.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PendingChannelsResponse.ClosedChannel
LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.PendingChannelsResponse.ForceClosedChannel - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PendingChannelsResponse.ForceClosedChannel
LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PendingChannelsResponse.ForceClosedChannel
LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.PendingChannelsResponse.PendingChannel - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PendingChannelsResponse.PendingChannel
LightningApi.PendingChannelsResponse.PendingChannel.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PendingChannelsResponse.PendingChannel
LightningApi.PendingChannelsResponse.PendingChannelOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.PendingChannelsResponse.PendingOpenChannel - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PendingChannelsResponse.PendingOpenChannel
LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PendingChannelsResponse.PendingOpenChannel
LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.PendingChannelsResponse.WaitingCloseChannel - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PendingChannelsResponse.WaitingCloseChannel
LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PendingChannelsResponse.WaitingCloseChannel
LightningApi.PendingChannelsResponse.WaitingCloseChannelOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.PendingChannelsResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.PendingHTLC - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PendingHTLC
LightningApi.PendingHTLC.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PendingHTLC
LightningApi.PendingHTLCOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.PendingUpdate - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PendingUpdate
LightningApi.PendingUpdate.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PendingUpdate
LightningApi.PendingUpdateOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.PolicyUpdateRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PolicyUpdateRequest
LightningApi.PolicyUpdateRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PolicyUpdateRequest
LightningApi.PolicyUpdateRequest.ScopeCase - Enum in org.lightningj.lnd.proto
 
LightningApi.PolicyUpdateRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.PolicyUpdateResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PolicyUpdateResponse
LightningApi.PolicyUpdateResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.PolicyUpdateResponse
LightningApi.PolicyUpdateResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.QueryRoutesRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.QueryRoutesRequest
LightningApi.QueryRoutesRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.QueryRoutesRequest
LightningApi.QueryRoutesRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.QueryRoutesResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.QueryRoutesResponse
LightningApi.QueryRoutesResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.QueryRoutesResponse
LightningApi.QueryRoutesResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.Route - Class in org.lightningj.lnd.proto
A path through the channel graph which runs over one or more channels in succession.
LightningApi.Route.Builder - Class in org.lightningj.lnd.proto
A path through the channel graph which runs over one or more channels in succession.
LightningApi.RouteHint - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.RouteHint
LightningApi.RouteHint.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.RouteHint
LightningApi.RouteHintOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.RouteOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.RoutingPolicy - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.RoutingPolicy
LightningApi.RoutingPolicy.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.RoutingPolicy
LightningApi.RoutingPolicyOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.SendCoinsRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.SendCoinsRequest
LightningApi.SendCoinsRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.SendCoinsRequest
LightningApi.SendCoinsRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.SendCoinsResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.SendCoinsResponse
LightningApi.SendCoinsResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.SendCoinsResponse
LightningApi.SendCoinsResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.SendManyRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.SendManyRequest
LightningApi.SendManyRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.SendManyRequest
LightningApi.SendManyRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.SendManyResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.SendManyResponse
LightningApi.SendManyResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.SendManyResponse
LightningApi.SendManyResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.SendRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.SendRequest
LightningApi.SendRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.SendRequest
LightningApi.SendRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.SendResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.SendResponse
LightningApi.SendResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.SendResponse
LightningApi.SendResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.SendToRouteRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.SendToRouteRequest
LightningApi.SendToRouteRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.SendToRouteRequest
LightningApi.SendToRouteRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.SignMessageRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.SignMessageRequest
LightningApi.SignMessageRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.SignMessageRequest
LightningApi.SignMessageRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.SignMessageResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.SignMessageResponse
LightningApi.SignMessageResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.SignMessageResponse
LightningApi.SignMessageResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.StopRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.StopRequest
LightningApi.StopRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.StopRequest
LightningApi.StopRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.StopResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.StopResponse
LightningApi.StopResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.StopResponse
LightningApi.StopResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.Transaction - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.Transaction
LightningApi.Transaction.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.Transaction
LightningApi.TransactionDetails - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.TransactionDetails
LightningApi.TransactionDetails.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.TransactionDetails
LightningApi.TransactionDetailsOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.TransactionOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.UnlockWalletRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.UnlockWalletRequest
LightningApi.UnlockWalletRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.UnlockWalletRequest
LightningApi.UnlockWalletRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.UnlockWalletResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.UnlockWalletResponse
LightningApi.UnlockWalletResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.UnlockWalletResponse
LightningApi.UnlockWalletResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.VerifyMessageRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.VerifyMessageRequest
LightningApi.VerifyMessageRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.VerifyMessageRequest
LightningApi.VerifyMessageRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.VerifyMessageResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.VerifyMessageResponse
LightningApi.VerifyMessageResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.VerifyMessageResponse
LightningApi.VerifyMessageResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.WalletBalanceRequest - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.WalletBalanceRequest
LightningApi.WalletBalanceRequest.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.WalletBalanceRequest
LightningApi.WalletBalanceRequestOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningApi.WalletBalanceResponse - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.WalletBalanceResponse
LightningApi.WalletBalanceResponse.Builder - Class in org.lightningj.lnd.proto
Protobuf type lnrpc.WalletBalanceResponse
LightningApi.WalletBalanceResponseOrBuilder - Interface in org.lightningj.lnd.proto
 
LightningGrpc - Class in org.lightningj.lnd.proto
 
LightningGrpc.LightningBlockingStub - Class in org.lightningj.lnd.proto
 
LightningGrpc.LightningFutureStub - Class in org.lightningj.lnd.proto
 
LightningGrpc.LightningImplBase - Class in org.lightningj.lnd.proto
 
LightningGrpc.LightningStub - Class in org.lightningj.lnd.proto
 
LightningImplBase() - Constructor for class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
 
LightningNode - Class in org.lightningj.lnd.wrapper.message
Wrapper class for LightningNode.
LightningNode() - Constructor for class org.lightningj.lnd.wrapper.message.LightningNode
Empty Constructor
LightningNode(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.LightningNode
Json Parsing Constructor
LightningNode(LightningApi.LightningNode) - Constructor for class org.lightningj.lnd.wrapper.message.LightningNode
Constructor using underlying Lightning API Object
LIMBO_BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
LIMBO_BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
listChannels(LightningApi.ListChannelsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `listchannels` ListChannels returns a description of all the open channels that this node is a participant in.
listChannels(LightningApi.ListChannelsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `listchannels` ListChannels returns a description of all the open channels that this node is a participant in.
listChannels(LightningApi.ListChannelsRequest, StreamObserver<LightningApi.ListChannelsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `listchannels` ListChannels returns a description of all the open channels that this node is a participant in.
listChannels(LightningApi.ListChannelsRequest, StreamObserver<LightningApi.ListChannelsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `listchannels` ListChannels returns a description of all the open channels that this node is a participant in.
listChannels(Boolean, Boolean, Boolean, Boolean, StreamObserver<ListChannelsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a listChannels request.
listChannels(ListChannelsRequest, StreamObserver<ListChannelsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a listChannels request.
listChannels(Boolean, Boolean, Boolean, Boolean) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a listChannels request.
listChannels(ListChannelsRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a listChannels request.
ListChannelsRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ListChannelsRequest.
ListChannelsRequest() - Constructor for class org.lightningj.lnd.wrapper.message.ListChannelsRequest
Empty Constructor
ListChannelsRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ListChannelsRequest
Json Parsing Constructor
ListChannelsRequest(LightningApi.ListChannelsRequest) - Constructor for class org.lightningj.lnd.wrapper.message.ListChannelsRequest
Constructor using underlying Lightning API Object
ListChannelsResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ListChannelsResponse.
ListChannelsResponse() - Constructor for class org.lightningj.lnd.wrapper.message.ListChannelsResponse
Empty Constructor
ListChannelsResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ListChannelsResponse
Json Parsing Constructor
ListChannelsResponse(LightningApi.ListChannelsResponse) - Constructor for class org.lightningj.lnd.wrapper.message.ListChannelsResponse
Constructor using underlying Lightning API Object
ListInvoiceRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ListInvoiceRequest.
ListInvoiceRequest() - Constructor for class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
Empty Constructor
ListInvoiceRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
Json Parsing Constructor
ListInvoiceRequest(LightningApi.ListInvoiceRequest) - Constructor for class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
Constructor using underlying Lightning API Object
ListInvoiceResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ListInvoiceResponse.
ListInvoiceResponse() - Constructor for class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
Empty Constructor
ListInvoiceResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
Json Parsing Constructor
ListInvoiceResponse(LightningApi.ListInvoiceResponse) - Constructor for class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
Constructor using underlying Lightning API Object
listInvoices(LightningApi.ListInvoiceRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `listinvoices` ListInvoices returns a list of all the invoices currently stored within the database.
listInvoices(LightningApi.ListInvoiceRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `listinvoices` ListInvoices returns a list of all the invoices currently stored within the database.
listInvoices(LightningApi.ListInvoiceRequest, StreamObserver<LightningApi.ListInvoiceResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `listinvoices` ListInvoices returns a list of all the invoices currently stored within the database.
listInvoices(LightningApi.ListInvoiceRequest, StreamObserver<LightningApi.ListInvoiceResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `listinvoices` ListInvoices returns a list of all the invoices currently stored within the database.
listInvoices(Boolean, Integer, Integer, StreamObserver<ListInvoiceResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a listInvoices request.
listInvoices(ListInvoiceRequest, StreamObserver<ListInvoiceResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a listInvoices request.
listInvoices(Boolean, Integer, Integer) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a listInvoices request.
listInvoices(ListInvoiceRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a listInvoices request.
listPayments(LightningApi.ListPaymentsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `listpayments` ListPayments returns a list of all outgoing payments.
listPayments(LightningApi.ListPaymentsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `listpayments` ListPayments returns a list of all outgoing payments.
listPayments(LightningApi.ListPaymentsRequest, StreamObserver<LightningApi.ListPaymentsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `listpayments` ListPayments returns a list of all outgoing payments.
listPayments(LightningApi.ListPaymentsRequest, StreamObserver<LightningApi.ListPaymentsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `listpayments` ListPayments returns a list of all outgoing payments.
listPayments(StreamObserver<ListPaymentsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a listPayments request.
listPayments(ListPaymentsRequest, StreamObserver<ListPaymentsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a listPayments request.
listPayments() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a listPayments request.
listPayments(ListPaymentsRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a listPayments request.
ListPaymentsRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ListPaymentsRequest.
ListPaymentsRequest() - Constructor for class org.lightningj.lnd.wrapper.message.ListPaymentsRequest
Empty Constructor
ListPaymentsRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ListPaymentsRequest
Json Parsing Constructor
ListPaymentsRequest(LightningApi.ListPaymentsRequest) - Constructor for class org.lightningj.lnd.wrapper.message.ListPaymentsRequest
Constructor using underlying Lightning API Object
ListPaymentsResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ListPaymentsResponse.
ListPaymentsResponse() - Constructor for class org.lightningj.lnd.wrapper.message.ListPaymentsResponse
Empty Constructor
ListPaymentsResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ListPaymentsResponse
Json Parsing Constructor
ListPaymentsResponse(LightningApi.ListPaymentsResponse) - Constructor for class org.lightningj.lnd.wrapper.message.ListPaymentsResponse
Constructor using underlying Lightning API Object
listPeers(LightningApi.ListPeersRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `listpeers` ListPeers returns a verbose listing of all currently active peers.
listPeers(LightningApi.ListPeersRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `listpeers` ListPeers returns a verbose listing of all currently active peers.
listPeers(LightningApi.ListPeersRequest, StreamObserver<LightningApi.ListPeersResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `listpeers` ListPeers returns a verbose listing of all currently active peers.
listPeers(LightningApi.ListPeersRequest, StreamObserver<LightningApi.ListPeersResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `listpeers` ListPeers returns a verbose listing of all currently active peers.
listPeers(StreamObserver<ListPeersResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a listPeers request.
listPeers(ListPeersRequest, StreamObserver<ListPeersResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a listPeers request.
listPeers() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a listPeers request.
listPeers(ListPeersRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a listPeers request.
ListPeersRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ListPeersRequest.
ListPeersRequest() - Constructor for class org.lightningj.lnd.wrapper.message.ListPeersRequest
Empty Constructor
ListPeersRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ListPeersRequest
Json Parsing Constructor
ListPeersRequest(LightningApi.ListPeersRequest) - Constructor for class org.lightningj.lnd.wrapper.message.ListPeersRequest
Constructor using underlying Lightning API Object
ListPeersResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for ListPeersResponse.
ListPeersResponse() - Constructor for class org.lightningj.lnd.wrapper.message.ListPeersResponse
Empty Constructor
ListPeersResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ListPeersResponse
Json Parsing Constructor
ListPeersResponse(LightningApi.ListPeersResponse) - Constructor for class org.lightningj.lnd.wrapper.message.ListPeersResponse
Constructor using underlying Lightning API Object
LOCAL_BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
 
LOCAL_BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
LOCAL_FORCE_CLOSE_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
LOCAL_FORCE_CLOSE = 1;
LOCAL_FORCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
LOCAL_FUNDING_AMOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
log - Static variable in class org.lightningj.lnd.wrapper.API
 
log - Static variable in class org.lightningj.lnd.wrapper.StreamObserverWrapper
 
lookupInvoice(LightningApi.PaymentHash) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `lookupinvoice` LookupInvoice attempts to look up an invoice according to its payment hash.
lookupInvoice(LightningApi.PaymentHash) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `lookupinvoice` LookupInvoice attempts to look up an invoice according to its payment hash.
lookupInvoice(LightningApi.PaymentHash, StreamObserver<LightningApi.Invoice>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `lookupinvoice` LookupInvoice attempts to look up an invoice according to its payment hash.
lookupInvoice(LightningApi.PaymentHash, StreamObserver<LightningApi.Invoice>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `lookupinvoice` LookupInvoice attempts to look up an invoice according to its payment hash.
lookupInvoice(String, byte[], StreamObserver<Invoice>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a lookupInvoice request.
lookupInvoice(PaymentHash, StreamObserver<Invoice>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a lookupInvoice request.
lookupInvoice(String, byte[]) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a lookupInvoice request.
lookupInvoice(PaymentHash) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a lookupInvoice request.

M

MacaroonClientInterceptor - Class in org.lightningj.lnd.wrapper
Macaroon Client Call Interceptor used to inject current macaroon into each GRPC call.
MacaroonClientInterceptor(MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.MacaroonClientInterceptor
 
MacaroonContext - Interface in org.lightningj.lnd.wrapper
Interface for MacaroonContext used to manage which Macaroon that should be used for API calls.
marshall(Message) - Method in class org.lightningj.lnd.wrapper.XMLParser
Method to convert a Message into byte array.
marshall(Message, boolean) - Method in class org.lightningj.lnd.wrapper.XMLParser
Method to convert a Message into byte array with option to have the output formatted into indented (pretty print) format.
MATURITY_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
MATURITY_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
MAX_CHANNEL_SIZE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
MAX_OUT_DEGREE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
MEMO_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
mergeAddr(LightningApi.LightningAddress) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
/ Lightning address of the peer, in the format `<pubkey>@host`
mergeChanClose(LightningApi.ChannelCloseUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
mergeChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
/ The pending channel to be closed
mergeChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The pending channel to be force closed
mergeChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
/ The pending channel
mergeChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
/ The pending channel waiting for closing tx to confirm
mergeChannelPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
mergeChannelPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
The outpoint (txid:index) of the funding transaction.
mergeChanOpen(LightningApi.ChannelOpenUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
mergeChanPending(LightningApi.PendingUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
mergeChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
.lnrpc.ChannelPoint chan_point = 2;
mergeChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
.lnrpc.ChannelPoint chan_point = 4;
mergeChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ If set, this update will target a specific channel.
mergeClosePending(LightningApi.PendingUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
mergeConfirmation(LightningApi.ConfirmationUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
mergeConfirmation(LightningApi.ConfirmationUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
mergeFeeLimit(LightningApi.FeeLimit) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
The maximum number of satoshis that will be paid as a fee of the payment.
mergeFeeLimit(LightningApi.FeeLimit) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
The maximum number of satoshis that will be paid as a fee of the payment.
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
mergeFrom(LightningApi.AddInvoiceResponse) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
 
mergeFrom(LightningApi.ChangePasswordRequest) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
 
mergeFrom(LightningApi.ChangePasswordResponse) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
mergeFrom(LightningApi.ChanInfoRequest) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
mergeFrom(LightningApi.Channel) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
mergeFrom(LightningApi.ChannelBalanceRequest) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
mergeFrom(LightningApi.ChannelBalanceResponse) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
mergeFrom(LightningApi.ChannelCloseSummary) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
mergeFrom(LightningApi.ChannelCloseUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
mergeFrom(LightningApi.ChannelEdge) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
mergeFrom(LightningApi.ChannelEdgeUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
mergeFrom(LightningApi.ChannelFeeReport) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
mergeFrom(LightningApi.ChannelGraph) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
mergeFrom(LightningApi.ChannelGraphRequest) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
mergeFrom(LightningApi.ChannelOpenUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
mergeFrom(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
mergeFrom(LightningApi.CloseChannelRequest) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
mergeFrom(LightningApi.ClosedChannelsRequest) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
mergeFrom(LightningApi.ClosedChannelsResponse) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
mergeFrom(LightningApi.ClosedChannelUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
mergeFrom(LightningApi.CloseStatusUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
mergeFrom(LightningApi.ConfirmationUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
mergeFrom(LightningApi.ConnectPeerRequest) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
mergeFrom(LightningApi.ConnectPeerResponse) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
mergeFrom(LightningApi.DebugLevelRequest) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
mergeFrom(LightningApi.DebugLevelResponse) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
mergeFrom(LightningApi.DeleteAllPaymentsRequest) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
mergeFrom(LightningApi.DeleteAllPaymentsResponse) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
mergeFrom(LightningApi.DisconnectPeerRequest) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
mergeFrom(LightningApi.DisconnectPeerResponse) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
mergeFrom(LightningApi.FeeLimit) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
mergeFrom(LightningApi.FeeReportRequest) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
mergeFrom(LightningApi.FeeReportResponse) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
mergeFrom(LightningApi.ForwardingEvent) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
mergeFrom(LightningApi.ForwardingHistoryRequest) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
mergeFrom(LightningApi.ForwardingHistoryResponse) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
 
mergeFrom(LightningApi.GenSeedRequest) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
 
mergeFrom(LightningApi.GenSeedResponse) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
mergeFrom(LightningApi.GetInfoRequest) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
mergeFrom(LightningApi.GetInfoResponse) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
mergeFrom(LightningApi.GetTransactionsRequest) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
mergeFrom(LightningApi.GraphTopologySubscription) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
mergeFrom(LightningApi.GraphTopologyUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
mergeFrom(LightningApi.Hop) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
mergeFrom(LightningApi.HopHint) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
mergeFrom(LightningApi.HTLC) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
 
mergeFrom(LightningApi.InitWalletRequest) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
 
mergeFrom(LightningApi.InitWalletResponse) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
mergeFrom(LightningApi.Invoice) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
mergeFrom(LightningApi.InvoiceSubscription) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
mergeFrom(LightningApi.LightningAddress) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
mergeFrom(LightningApi.LightningNode) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
mergeFrom(LightningApi.ListChannelsRequest) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
mergeFrom(LightningApi.ListChannelsResponse) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
mergeFrom(LightningApi.ListInvoiceRequest) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
mergeFrom(LightningApi.ListInvoiceResponse) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
mergeFrom(LightningApi.ListPaymentsRequest) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
mergeFrom(LightningApi.ListPaymentsResponse) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
mergeFrom(LightningApi.ListPeersRequest) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
mergeFrom(LightningApi.ListPeersResponse) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
mergeFrom(LightningApi.NetworkInfo) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
mergeFrom(LightningApi.NetworkInfoRequest) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
mergeFrom(LightningApi.NewAddressRequest) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
mergeFrom(LightningApi.NewAddressResponse) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
 
mergeFrom(LightningApi.NewWitnessAddressRequest) - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
mergeFrom(LightningApi.NodeAddress) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
mergeFrom(LightningApi.NodeInfo) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
mergeFrom(LightningApi.NodeInfoRequest) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
mergeFrom(LightningApi.NodeUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
mergeFrom(LightningApi.OpenChannelRequest) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
mergeFrom(LightningApi.OpenStatusUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
mergeFrom(LightningApi.Payment) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
mergeFrom(LightningApi.PaymentHash) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
mergeFrom(LightningApi.PayReq) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
mergeFrom(LightningApi.PayReqString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
mergeFrom(LightningApi.Peer) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
mergeFrom(LightningApi.PendingChannelsRequest) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
mergeFrom(LightningApi.PendingChannelsResponse) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
mergeFrom(LightningApi.PendingChannelsResponse.ClosedChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
mergeFrom(LightningApi.PendingChannelsResponse.ForceClosedChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
mergeFrom(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
mergeFrom(LightningApi.PendingChannelsResponse.PendingOpenChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
mergeFrom(LightningApi.PendingChannelsResponse.WaitingCloseChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
mergeFrom(LightningApi.PendingHTLC) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
mergeFrom(LightningApi.PendingUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
mergeFrom(LightningApi.PolicyUpdateRequest) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
mergeFrom(LightningApi.PolicyUpdateResponse) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
mergeFrom(LightningApi.QueryRoutesRequest) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
mergeFrom(LightningApi.QueryRoutesResponse) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
mergeFrom(LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
mergeFrom(LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
mergeFrom(LightningApi.RoutingPolicy) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
mergeFrom(LightningApi.SendCoinsRequest) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
mergeFrom(LightningApi.SendCoinsResponse) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
mergeFrom(LightningApi.SendManyRequest) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
mergeFrom(LightningApi.SendManyResponse) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
mergeFrom(LightningApi.SendRequest) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
mergeFrom(LightningApi.SendResponse) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
mergeFrom(LightningApi.SendToRouteRequest) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
mergeFrom(LightningApi.SignMessageRequest) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
mergeFrom(LightningApi.SignMessageResponse) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
mergeFrom(LightningApi.StopRequest) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
mergeFrom(LightningApi.StopResponse) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
mergeFrom(LightningApi.Transaction) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
mergeFrom(LightningApi.TransactionDetails) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
 
mergeFrom(LightningApi.UnlockWalletRequest) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
 
mergeFrom(LightningApi.UnlockWalletResponse) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
mergeFrom(LightningApi.VerifyMessageRequest) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
mergeFrom(LightningApi.VerifyMessageResponse) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
mergeFrom(LightningApi.WalletBalanceRequest) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
mergeFrom(Message) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
mergeFrom(LightningApi.WalletBalanceResponse) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
mergeNode(LightningApi.LightningNode) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
An individual vertex/node within the channel graph.
mergeNode1Policy(LightningApi.RoutingPolicy) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
mergeNode2Policy(LightningApi.RoutingPolicy) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
mergePaymentRoute(LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
mergeRoutingPolicy(LightningApi.RoutingPolicy) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
.lnrpc.RoutingPolicy routing_policy = 4;
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
Message<T> - Class in org.lightningj.lnd.wrapper
Base Wrapper Message class containing the base functionality for all LND Messages.
Message(JsonReader, GeneratedMessageV3.Builder) - Constructor for class org.lightningj.lnd.wrapper.Message
Base constructor used when reading from JSON.
Message(GeneratedMessageV3.Builder) - Constructor for class org.lightningj.lnd.wrapper.Message
Base constructor for creating a new message.
messageToJson(Message.Builder, Descriptors.Descriptor) - Static method in class org.lightningj.lnd.util.JsonGenUtils
Method to convert a Proto Message to JSON.
messageType - Variable in class org.lightningj.lnd.wrapper.StreamObserverWrapper
 
METHOD_ADD_INVOICE - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_CHANGE_PASSWORD - Static variable in class org.lightningj.lnd.proto.WalletUnlockerGrpc
 
METHOD_CHANNEL_BALANCE - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_CLOSE_CHANNEL - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_CLOSED_CHANNELS - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_CONNECT_PEER - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_DEBUG_LEVEL - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_DECODE_PAY_REQ - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_DELETE_ALL_PAYMENTS - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_DESCRIBE_GRAPH - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_DISCONNECT_PEER - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_FEE_REPORT - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_FORWARDING_HISTORY - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_GEN_SEED - Static variable in class org.lightningj.lnd.proto.WalletUnlockerGrpc
 
METHOD_GET_CHAN_INFO - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_GET_INFO - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_GET_NETWORK_INFO - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_GET_NODE_INFO - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_GET_TRANSACTIONS - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_INIT_WALLET - Static variable in class org.lightningj.lnd.proto.WalletUnlockerGrpc
 
METHOD_LIST_CHANNELS - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_LIST_INVOICES - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_LIST_PAYMENTS - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_LIST_PEERS - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_LOOKUP_INVOICE - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_NEW_ADDRESS - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_NEW_WITNESS_ADDRESS - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_OPEN_CHANNEL - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_OPEN_CHANNEL_SYNC - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_PENDING_CHANNELS - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_QUERY_ROUTES - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_SEND_COINS - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_SEND_MANY - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_SEND_PAYMENT - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_SEND_PAYMENT_SYNC - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_SEND_TO_ROUTE - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_SEND_TO_ROUTE_SYNC - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_SIGN_MESSAGE - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_STOP_DAEMON - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_SUBSCRIBE_CHANNEL_GRAPH - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_SUBSCRIBE_INVOICES - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_SUBSCRIBE_TRANSACTIONS - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_UNLOCK_WALLET - Static variable in class org.lightningj.lnd.proto.WalletUnlockerGrpc
 
METHOD_UPDATE_CHANNEL_POLICY - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_VERIFY_MESSAGE - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
METHOD_WALLET_BALANCE - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
MIN_CHANNEL_SIZE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
MIN_CONFS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
MIN_HTLC_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
MIN_HTLC_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
MONTH_FEE_SUM_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
MSG_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
MSG_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 

N

NESTED_PUBKEY_HASH_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.NewAddressRequest.AddressType
NESTED_PUBKEY_HASH = 1;
NETWORK_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
NetworkInfo - Class in org.lightningj.lnd.wrapper.message
Wrapper class for NetworkInfo.
NetworkInfo() - Constructor for class org.lightningj.lnd.wrapper.message.NetworkInfo
Empty Constructor
NetworkInfo(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.NetworkInfo
Json Parsing Constructor
NetworkInfo(LightningApi.NetworkInfo) - Constructor for class org.lightningj.lnd.wrapper.message.NetworkInfo
Constructor using underlying Lightning API Object
NetworkInfoRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for NetworkInfoRequest.
NetworkInfoRequest() - Constructor for class org.lightningj.lnd.wrapper.message.NetworkInfoRequest
Empty Constructor
NetworkInfoRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.NetworkInfoRequest
Json Parsing Constructor
NetworkInfoRequest(LightningApi.NetworkInfoRequest) - Constructor for class org.lightningj.lnd.wrapper.message.NetworkInfoRequest
Constructor using underlying Lightning API Object
NEW_PASSWORD_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
newAddress(LightningApi.NewAddressRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `newaddress` NewAddress creates a new address under control of the local wallet.
newAddress(LightningApi.NewAddressRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `newaddress` NewAddress creates a new address under control of the local wallet.
newAddress(LightningApi.NewAddressRequest, StreamObserver<LightningApi.NewAddressResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `newaddress` NewAddress creates a new address under control of the local wallet.
newAddress(LightningApi.NewAddressRequest, StreamObserver<LightningApi.NewAddressResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `newaddress` NewAddress creates a new address under control of the local wallet.
newAddress(NewAddressRequest.AddressType, StreamObserver<NewAddressResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a newAddress request.
newAddress(NewAddressRequest, StreamObserver<NewAddressResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a newAddress request.
newAddress(NewAddressRequest.AddressType) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a newAddress request.
newAddress(NewAddressRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a newAddress request.
NewAddressRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for NewAddressRequest.
NewAddressRequest() - Constructor for class org.lightningj.lnd.wrapper.message.NewAddressRequest
Empty Constructor
NewAddressRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.NewAddressRequest
Json Parsing Constructor
NewAddressRequest(LightningApi.NewAddressRequest) - Constructor for class org.lightningj.lnd.wrapper.message.NewAddressRequest
Constructor using underlying Lightning API Object
NewAddressRequest.AddressType - Enum in org.lightningj.lnd.wrapper.message
Inner enum AddressType for class NewAddressRequest
NewAddressResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for NewAddressResponse.
NewAddressResponse() - Constructor for class org.lightningj.lnd.wrapper.message.NewAddressResponse
Empty Constructor
NewAddressResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.NewAddressResponse
Json Parsing Constructor
NewAddressResponse(LightningApi.NewAddressResponse) - Constructor for class org.lightningj.lnd.wrapper.message.NewAddressResponse
Constructor using underlying Lightning API Object
newBlockingStub(Channel) - Static method in class org.lightningj.lnd.proto.LightningGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class org.lightningj.lnd.proto.WalletUnlockerGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
newBuilder(LightningApi.AddInvoiceResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
newBuilder(LightningApi.ChangePasswordRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
newBuilder(LightningApi.ChangePasswordResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
newBuilder(LightningApi.ChanInfoRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
 
newBuilder(LightningApi.Channel) - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
newBuilder(LightningApi.ChannelBalanceRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
newBuilder(LightningApi.ChannelBalanceResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
newBuilder(LightningApi.ChannelCloseSummary) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
newBuilder(LightningApi.ChannelCloseUpdate) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
newBuilder(LightningApi.ChannelEdge) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
newBuilder(LightningApi.ChannelEdgeUpdate) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
newBuilder(LightningApi.ChannelFeeReport) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
newBuilder(LightningApi.ChannelGraph) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
newBuilder(LightningApi.ChannelGraphRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
newBuilder(LightningApi.ChannelOpenUpdate) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
newBuilder(LightningApi.ChannelPoint) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
newBuilder(LightningApi.CloseChannelRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
newBuilder(LightningApi.ClosedChannelsRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
newBuilder(LightningApi.ClosedChannelsResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
newBuilder(LightningApi.ClosedChannelUpdate) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
newBuilder(LightningApi.CloseStatusUpdate) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
newBuilder(LightningApi.ConfirmationUpdate) - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
newBuilder(LightningApi.ConnectPeerRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
newBuilder(LightningApi.ConnectPeerResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
newBuilder(LightningApi.DebugLevelRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
newBuilder(LightningApi.DebugLevelResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
newBuilder(LightningApi.DeleteAllPaymentsRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
newBuilder(LightningApi.DeleteAllPaymentsResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
newBuilder(LightningApi.DisconnectPeerRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
newBuilder(LightningApi.DisconnectPeerResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
newBuilder(LightningApi.FeeLimit) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
newBuilder(LightningApi.FeeReportRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
newBuilder(LightningApi.FeeReportResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
newBuilder(LightningApi.ForwardingEvent) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
newBuilder(LightningApi.ForwardingHistoryRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
newBuilder(LightningApi.ForwardingHistoryResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
newBuilder(LightningApi.GenSeedRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
newBuilder(LightningApi.GenSeedResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
newBuilder(LightningApi.GetInfoRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
newBuilder(LightningApi.GetInfoResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
newBuilder(LightningApi.GetTransactionsRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
newBuilder(LightningApi.GraphTopologySubscription) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
newBuilder(LightningApi.GraphTopologyUpdate) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
 
newBuilder(LightningApi.Hop) - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
newBuilder(LightningApi.HopHint) - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
newBuilder(LightningApi.HTLC) - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
newBuilder(LightningApi.InitWalletRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
newBuilder(LightningApi.InitWalletResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
newBuilder(LightningApi.Invoice) - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
newBuilder(LightningApi.InvoiceSubscription) - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
newBuilder(LightningApi.LightningAddress) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
newBuilder(LightningApi.LightningNode) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
newBuilder(LightningApi.ListChannelsRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
newBuilder(LightningApi.ListChannelsResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
newBuilder(LightningApi.ListInvoiceRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
newBuilder(LightningApi.ListInvoiceResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
newBuilder(LightningApi.ListPaymentsRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
newBuilder(LightningApi.ListPaymentsResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
newBuilder(LightningApi.ListPeersRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
newBuilder(LightningApi.ListPeersResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
newBuilder(LightningApi.NetworkInfo) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
newBuilder(LightningApi.NetworkInfoRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
newBuilder(LightningApi.NewAddressRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
newBuilder(LightningApi.NewAddressResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
newBuilder(LightningApi.NewWitnessAddressRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
newBuilder(LightningApi.NodeAddress) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
newBuilder(LightningApi.NodeInfo) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
newBuilder(LightningApi.NodeInfoRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
newBuilder(LightningApi.NodeUpdate) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
newBuilder(LightningApi.OpenChannelRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
newBuilder(LightningApi.OpenStatusUpdate) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
 
newBuilder(LightningApi.Payment) - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
newBuilder(LightningApi.PaymentHash) - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
newBuilder(LightningApi.PayReq) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
newBuilder(LightningApi.PayReqString) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
 
newBuilder(LightningApi.Peer) - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
newBuilder(LightningApi.PendingChannelsRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
newBuilder(LightningApi.PendingChannelsResponse.ClosedChannel) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
newBuilder(LightningApi.PendingChannelsResponse.ForceClosedChannel) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
newBuilder(LightningApi.PendingChannelsResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
newBuilder(LightningApi.PendingChannelsResponse.PendingChannel) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
newBuilder(LightningApi.PendingChannelsResponse.PendingOpenChannel) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
newBuilder(LightningApi.PendingChannelsResponse.WaitingCloseChannel) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
newBuilder(LightningApi.PendingHTLC) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
newBuilder(LightningApi.PendingUpdate) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
newBuilder(LightningApi.PolicyUpdateRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
newBuilder(LightningApi.PolicyUpdateResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
newBuilder(LightningApi.QueryRoutesRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
newBuilder(LightningApi.QueryRoutesResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.Route
 
newBuilder(LightningApi.Route) - Static method in class org.lightningj.lnd.proto.LightningApi.Route
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
newBuilder(LightningApi.RouteHint) - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
newBuilder(LightningApi.RoutingPolicy) - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
newBuilder(LightningApi.SendCoinsRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
newBuilder(LightningApi.SendCoinsResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
newBuilder(LightningApi.SendManyRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
newBuilder(LightningApi.SendManyResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
newBuilder(LightningApi.SendRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
newBuilder(LightningApi.SendResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
newBuilder(LightningApi.SendToRouteRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
newBuilder(LightningApi.SignMessageRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
newBuilder(LightningApi.SignMessageResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
newBuilder(LightningApi.StopRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
newBuilder(LightningApi.StopResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
newBuilder(LightningApi.Transaction) - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
newBuilder(LightningApi.TransactionDetails) - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
newBuilder(LightningApi.UnlockWalletRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
newBuilder(LightningApi.UnlockWalletResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
newBuilder(LightningApi.VerifyMessageRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
newBuilder(LightningApi.VerifyMessageResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
newBuilder(LightningApi.WalletBalanceRequest) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
newBuilder() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
newBuilder(LightningApi.WalletBalanceResponse) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.Channel
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.Hop
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.Payment
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.Peer
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.Route
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.Route
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
newBuilderForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
newFutureStub(Channel) - Static method in class org.lightningj.lnd.proto.LightningGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class org.lightningj.lnd.proto.WalletUnlockerGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newStub(Channel) - Static method in class org.lightningj.lnd.proto.LightningGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class org.lightningj.lnd.proto.WalletUnlockerGrpc
Creates a new async stub that supports all call types for the service
newWitnessAddress(LightningApi.NewWitnessAddressRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
NewWitnessAddress creates a new witness address under control of the local wallet.
newWitnessAddress(LightningApi.NewWitnessAddressRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
NewWitnessAddress creates a new witness address under control of the local wallet.
newWitnessAddress(LightningApi.NewWitnessAddressRequest, StreamObserver<LightningApi.NewAddressResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
NewWitnessAddress creates a new witness address under control of the local wallet.
newWitnessAddress(LightningApi.NewWitnessAddressRequest, StreamObserver<LightningApi.NewAddressResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
NewWitnessAddress creates a new witness address under control of the local wallet.
newWitnessAddress(StreamObserver<NewAddressResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a newWitnessAddress request.
newWitnessAddress(NewWitnessAddressRequest, StreamObserver<NewAddressResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a newWitnessAddress request.
newWitnessAddress() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a newWitnessAddress request.
newWitnessAddress(NewWitnessAddressRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a newWitnessAddress request.
NewWitnessAddressRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for NewWitnessAddressRequest.
NewWitnessAddressRequest() - Constructor for class org.lightningj.lnd.wrapper.message.NewWitnessAddressRequest
Empty Constructor
NewWitnessAddressRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.NewWitnessAddressRequest
Json Parsing Constructor
NewWitnessAddressRequest(LightningApi.NewWitnessAddressRequest) - Constructor for class org.lightningj.lnd.wrapper.message.NewWitnessAddressRequest
Constructor using underlying Lightning API Object
NODE1_POLICY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
NODE1_PUB_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
NODE2_POLICY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
NODE2_PUB_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
NODE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
NODE_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.HopHint
 
NODE_PUBKEY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
NODE_PUBKEY_STRING_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
NODE_UPDATES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
NodeAddress - Class in org.lightningj.lnd.wrapper.message
Wrapper class for NodeAddress.
NodeAddress() - Constructor for class org.lightningj.lnd.wrapper.message.NodeAddress
Empty Constructor
NodeAddress(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.NodeAddress
Json Parsing Constructor
NodeAddress(LightningApi.NodeAddress) - Constructor for class org.lightningj.lnd.wrapper.message.NodeAddress
Constructor using underlying Lightning API Object
NodeInfo - Class in org.lightningj.lnd.wrapper.message
Wrapper class for NodeInfo.
NodeInfo() - Constructor for class org.lightningj.lnd.wrapper.message.NodeInfo
Empty Constructor
NodeInfo(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.NodeInfo
Json Parsing Constructor
NodeInfo(LightningApi.NodeInfo) - Constructor for class org.lightningj.lnd.wrapper.message.NodeInfo
Constructor using underlying Lightning API Object
NodeInfoRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for NodeInfoRequest.
NodeInfoRequest() - Constructor for class org.lightningj.lnd.wrapper.message.NodeInfoRequest
Empty Constructor
NodeInfoRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.NodeInfoRequest
Json Parsing Constructor
NodeInfoRequest(LightningApi.NodeInfoRequest) - Constructor for class org.lightningj.lnd.wrapper.message.NodeInfoRequest
Constructor using underlying Lightning API Object
NODES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
NodeUpdate - Class in org.lightningj.lnd.wrapper.message
Wrapper class for NodeUpdate.
NodeUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.NodeUpdate
Empty Constructor
NodeUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.NodeUpdate
Json Parsing Constructor
NodeUpdate(LightningApi.NodeUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.NodeUpdate
Constructor using underlying Lightning API Object
NUM_ACTIVE_CHANNELS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
NUM_CHANNELS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
NUM_CHANNELS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
NUM_CONFIRMATIONS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Transaction
 
NUM_CONFS_LEFT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
NUM_MAX_EVENTS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
NUM_MAX_INVOICES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
NUM_NODES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
NUM_PEERS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
NUM_PENDING_CHANNELS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
NUM_ROUTES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
NUM_SATOSHIS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PayReq
 
NUM_UPDATES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
 

O

onCompleted() - Method in class org.lightningj.lnd.wrapper.StreamObserverWrapper
Receives a notification of successful stream completion.
onError(Throwable) - Method in class org.lightningj.lnd.wrapper.StreamObserverWrapper
Receives a terminating error from the stream.
onNext(Object) - Method in class org.lightningj.lnd.wrapper.StreamObserverWrapper
Receives a value from the stream.
openChannel(LightningApi.OpenChannelRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `openchannel` OpenChannel attempts to open a singly funded channel specified in the request to a remote peer.
openChannel(LightningApi.OpenChannelRequest, StreamObserver<LightningApi.OpenStatusUpdate>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `openchannel` OpenChannel attempts to open a singly funded channel specified in the request to a remote peer.
openChannel(LightningApi.OpenChannelRequest, StreamObserver<LightningApi.OpenStatusUpdate>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `openchannel` OpenChannel attempts to open a singly funded channel specified in the request to a remote peer.
openChannel(byte[], String, Long, Long, Integer, Long, Boolean, Long, Integer, Integer, StreamObserver<OpenStatusUpdate>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a openChannel request.
openChannel(OpenChannelRequest, StreamObserver<OpenStatusUpdate>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a openChannel request.
openChannel(byte[], String, Long, Long, Integer, Long, Boolean, Long, Integer, Integer) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a openChannel request.
openChannel(OpenChannelRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a openChannel request.
OpenChannelRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for OpenChannelRequest.
OpenChannelRequest() - Constructor for class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Empty Constructor
OpenChannelRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Json Parsing Constructor
OpenChannelRequest(LightningApi.OpenChannelRequest) - Constructor for class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Constructor using underlying Lightning API Object
openChannelSync(LightningApi.OpenChannelRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
OpenChannelSync is a synchronous version of the OpenChannel RPC call.
openChannelSync(LightningApi.OpenChannelRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
OpenChannelSync is a synchronous version of the OpenChannel RPC call.
openChannelSync(LightningApi.OpenChannelRequest, StreamObserver<LightningApi.ChannelPoint>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
OpenChannelSync is a synchronous version of the OpenChannel RPC call.
openChannelSync(LightningApi.OpenChannelRequest, StreamObserver<LightningApi.ChannelPoint>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
OpenChannelSync is a synchronous version of the OpenChannel RPC call.
openChannelSync(byte[], String, Long, Long, Integer, Long, Boolean, Long, Integer, Integer, StreamObserver<ChannelPoint>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a openChannelSync request.
openChannelSync(OpenChannelRequest, StreamObserver<ChannelPoint>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a openChannelSync request.
openChannelSync(byte[], String, Long, Long, Integer, Long, Boolean, Long, Integer, Integer) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a openChannelSync request.
openChannelSync(OpenChannelRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a openChannelSync request.
OpenStatusUpdate - Class in org.lightningj.lnd.wrapper.message
Wrapper class for OpenStatusUpdate.
OpenStatusUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
Empty Constructor
OpenStatusUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
Json Parsing Constructor
OpenStatusUpdate(LightningApi.OpenStatusUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
Constructor using underlying Lightning API Object
org.lightningj.lnd.proto - package org.lightningj.lnd.proto
 
org.lightningj.lnd.util - package org.lightningj.lnd.util
 
org.lightningj.lnd.wrapper - package org.lightningj.lnd.wrapper
 
org.lightningj.lnd.wrapper.message - package org.lightningj.lnd.wrapper.message
Autogenerated package-info for Lightning API data structures.
org.lightningj.util - package org.lightningj.util
 
OUTPOINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
OUTPUT_INDEX_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
OUTPUT_INDEX_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 

P

parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Route
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Route
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.Route
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Route
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.Route
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Route
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.Route
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Route
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Route
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Route
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Route
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Route
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
parseFrom(ByteBuffer) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
parseFrom(ByteString) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
parseFrom(byte[]) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
parseFrom(InputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
parseFrom(CodedInputStream) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.Route
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
parser() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
PATH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Payment
 
PAY_REQ_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
Payment - Class in org.lightningj.lnd.wrapper.message
Wrapper class for Payment.
Payment() - Constructor for class org.lightningj.lnd.wrapper.message.Payment
Empty Constructor
Payment(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.Payment
Json Parsing Constructor
Payment(LightningApi.Payment) - Constructor for class org.lightningj.lnd.wrapper.message.Payment
Constructor using underlying Lightning API Object
PAYMENT_ERROR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
PAYMENT_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Payment
 
PAYMENT_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PayReq
 
PAYMENT_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
PAYMENT_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
PAYMENT_HASH_STRING_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
PAYMENT_HASH_STRING_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
PAYMENT_PREIMAGE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Payment
 
PAYMENT_PREIMAGE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
PAYMENT_REQUEST_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
PAYMENT_REQUEST_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
PAYMENT_REQUEST_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
PAYMENT_ROUTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
PaymentHash - Class in org.lightningj.lnd.wrapper.message
Wrapper class for PaymentHash.
PaymentHash() - Constructor for class org.lightningj.lnd.wrapper.message.PaymentHash
Empty Constructor
PaymentHash(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.PaymentHash
Json Parsing Constructor
PaymentHash(LightningApi.PaymentHash) - Constructor for class org.lightningj.lnd.wrapper.message.PaymentHash
Constructor using underlying Lightning API Object
PAYMENTS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
PayReq - Class in org.lightningj.lnd.wrapper.message
Wrapper class for PayReq.
PayReq() - Constructor for class org.lightningj.lnd.wrapper.message.PayReq
Empty Constructor
PayReq(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.PayReq
Json Parsing Constructor
PayReq(LightningApi.PayReq) - Constructor for class org.lightningj.lnd.wrapper.message.PayReq
Constructor using underlying Lightning API Object
PayReqString - Class in org.lightningj.lnd.wrapper.message
Wrapper class for PayReqString.
PayReqString() - Constructor for class org.lightningj.lnd.wrapper.message.PayReqString
Empty Constructor
PayReqString(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.PayReqString
Json Parsing Constructor
PayReqString(LightningApi.PayReqString) - Constructor for class org.lightningj.lnd.wrapper.message.PayReqString
Constructor using underlying Lightning API Object
Peer - Class in org.lightningj.lnd.wrapper.message
Wrapper class for Peer.
Peer() - Constructor for class org.lightningj.lnd.wrapper.message.Peer
Empty Constructor
Peer(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.Peer
Json Parsing Constructor
Peer(LightningApi.Peer) - Constructor for class org.lightningj.lnd.wrapper.message.Peer
Constructor using underlying Lightning API Object
PEERS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
PENDING_CLOSING_CHANNELS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
PENDING_FORCE_CLOSING_CHANNELS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
PENDING_HTLCS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
 
PENDING_HTLCS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
PENDING_ONLY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
PENDING_OPEN_BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
PENDING_OPEN_CHANNELS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
PendingChannel() - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
Empty Constructor
PendingChannel(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
Json Parsing Constructor
PendingChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
Constructor using underlying Lightning API Object
pendingChannels(LightningApi.PendingChannelsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `pendingchannels` PendingChannels returns a list of all the channels that are currently considered "pending".
pendingChannels(LightningApi.PendingChannelsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `pendingchannels` PendingChannels returns a list of all the channels that are currently considered "pending".
pendingChannels(LightningApi.PendingChannelsRequest, StreamObserver<LightningApi.PendingChannelsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `pendingchannels` PendingChannels returns a list of all the channels that are currently considered "pending".
pendingChannels(LightningApi.PendingChannelsRequest, StreamObserver<LightningApi.PendingChannelsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `pendingchannels` PendingChannels returns a list of all the channels that are currently considered "pending".
pendingChannels(StreamObserver<PendingChannelsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a pendingChannels request.
pendingChannels(PendingChannelsRequest, StreamObserver<PendingChannelsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a pendingChannels request.
pendingChannels() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a pendingChannels request.
pendingChannels(PendingChannelsRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a pendingChannels request.
PendingChannelsRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for PendingChannelsRequest.
PendingChannelsRequest() - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsRequest
Empty Constructor
PendingChannelsRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsRequest
Json Parsing Constructor
PendingChannelsRequest(LightningApi.PendingChannelsRequest) - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsRequest
Constructor using underlying Lightning API Object
PendingChannelsResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for PendingChannelsResponse.
PendingChannelsResponse() - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
Empty Constructor
PendingChannelsResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
Json Parsing Constructor
PendingChannelsResponse(LightningApi.PendingChannelsResponse) - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
Constructor using underlying Lightning API Object
PendingChannelsResponse.ClosedChannel - Class in org.lightningj.lnd.wrapper.message
Inner class ClosedChannel for class PendingChannelsResponse.
PendingChannelsResponse.ForceClosedChannel - Class in org.lightningj.lnd.wrapper.message
Inner class ForceClosedChannel for class PendingChannelsResponse.
PendingChannelsResponse.PendingChannel - Class in org.lightningj.lnd.wrapper.message
Inner class PendingChannel for class PendingChannelsResponse.
PendingChannelsResponse.PendingOpenChannel - Class in org.lightningj.lnd.wrapper.message
Inner class PendingOpenChannel for class PendingChannelsResponse.
PendingChannelsResponse.WaitingCloseChannel - Class in org.lightningj.lnd.wrapper.message
Inner class WaitingCloseChannel for class PendingChannelsResponse.
PendingHTLC - Class in org.lightningj.lnd.wrapper.message
Wrapper class for PendingHTLC.
PendingHTLC() - Constructor for class org.lightningj.lnd.wrapper.message.PendingHTLC
Empty Constructor
PendingHTLC(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.PendingHTLC
Json Parsing Constructor
PendingHTLC(LightningApi.PendingHTLC) - Constructor for class org.lightningj.lnd.wrapper.message.PendingHTLC
Constructor using underlying Lightning API Object
PendingOpenChannel() - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
Empty Constructor
PendingOpenChannel(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
Json Parsing Constructor
PendingOpenChannel(LightningApi.PendingChannelsResponse.PendingOpenChannel) - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
Constructor using underlying Lightning API Object
PendingUpdate - Class in org.lightningj.lnd.wrapper.message
Wrapper class for PendingUpdate.
PendingUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.PendingUpdate
Empty Constructor
PendingUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.PendingUpdate
Json Parsing Constructor
PendingUpdate(LightningApi.PendingUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.PendingUpdate
Constructor using underlying Lightning API Object
PERCENT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
performValidation - Variable in class org.lightningj.lnd.wrapper.API
 
performValidation - Variable in class org.lightningj.lnd.wrapper.StreamObserverWrapper
 
PERM_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
PING_TIME_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Peer
 
PolicyUpdateRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for PolicyUpdateRequest.
PolicyUpdateRequest() - Constructor for class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
Empty Constructor
PolicyUpdateRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
Json Parsing Constructor
PolicyUpdateRequest(LightningApi.PolicyUpdateRequest) - Constructor for class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
Constructor using underlying Lightning API Object
PolicyUpdateResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for PolicyUpdateResponse.
PolicyUpdateResponse() - Constructor for class org.lightningj.lnd.wrapper.message.PolicyUpdateResponse
Empty Constructor
PolicyUpdateResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.PolicyUpdateResponse
Json Parsing Constructor
PolicyUpdateResponse(LightningApi.PolicyUpdateResponse) - Constructor for class org.lightningj.lnd.wrapper.message.PolicyUpdateResponse
Constructor using underlying Lightning API Object
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.Channel
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.ChannelGraph
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsResponse
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.GenSeedResponse
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.Invoice
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsResponse
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsResponse
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.ListPeersResponse
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.Payment
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.PayReq
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.Message
Method to be overrided by inherited messages that contains repeatable or mapped fields.
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesResponse
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.Route
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.RouteHint
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.SendToRouteRequest
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.Transaction
 
populateRepeatedFields() - Method in class org.lightningj.lnd.wrapper.message.TransactionDetails
 
PRIVATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
 
PRIVATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
PRIVATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
PRIVATE_ONLY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
processRepeatableResponse(Iterator<?>) - Method in class org.lightningj.lnd.wrapper.SynchronousAPI
Method to convert and validate (if validation is enabled) a iterable response from LDN Server to a wrapped object.
processRequest(Message) - Method in class org.lightningj.lnd.wrapper.API
Method to convert and validate (if validation is enabled) a request message to and underlying apiObject sent to LDN Server.
processResponse(Message) - Method in class org.lightningj.lnd.wrapper.AsynchronousAPI
Method to convert and validate (if validation is enabled) a response from LDN Server to a wrapped object.
processResponse(Message) - Method in class org.lightningj.lnd.wrapper.SynchronousAPI
Method to convert and validate (if validation is enabled) a response from LDN Server to a wrapped object.
PUB_KEY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
PUB_KEY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
PUB_KEY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
PUB_KEY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Peer
 
PUB_KEY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
PUBKEY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
PUBKEY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
PUBLIC_ONLY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
PUSH_SAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
putAddrToAmount(String, long) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
/ The map from addresses to amounts
putAllAddrToAmount(Map<String, Long>) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
/ The map from addresses to amounts

Q

queryRoutes(LightningApi.QueryRoutesRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `queryroutes` QueryRoutes attempts to query the daemon's Channel Router for a possible route to a target destination capable of carrying a specific amount of satoshis.
queryRoutes(LightningApi.QueryRoutesRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `queryroutes` QueryRoutes attempts to query the daemon's Channel Router for a possible route to a target destination capable of carrying a specific amount of satoshis.
queryRoutes(LightningApi.QueryRoutesRequest, StreamObserver<LightningApi.QueryRoutesResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `queryroutes` QueryRoutes attempts to query the daemon's Channel Router for a possible route to a target destination capable of carrying a specific amount of satoshis.
queryRoutes(LightningApi.QueryRoutesRequest, StreamObserver<LightningApi.QueryRoutesResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `queryroutes` QueryRoutes attempts to query the daemon's Channel Router for a possible route to a target destination capable of carrying a specific amount of satoshis.
queryRoutes(String, Long, Integer, Integer, FeeLimit, StreamObserver<QueryRoutesResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a queryRoutes request.
queryRoutes(QueryRoutesRequest, StreamObserver<QueryRoutesResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a queryRoutes request.
queryRoutes(String, Long, Integer, Integer, FeeLimit) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a queryRoutes request.
queryRoutes(QueryRoutesRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a queryRoutes request.
QueryRoutesRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for QueryRoutesRequest.
QueryRoutesRequest() - Constructor for class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
Empty Constructor
QueryRoutesRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
Json Parsing Constructor
QueryRoutesRequest(LightningApi.QueryRoutesRequest) - Constructor for class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
Constructor using underlying Lightning API Object
QueryRoutesResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for QueryRoutesResponse.
QueryRoutesResponse() - Constructor for class org.lightningj.lnd.wrapper.message.QueryRoutesResponse
Empty Constructor
QueryRoutesResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.QueryRoutesResponse
Json Parsing Constructor
QueryRoutesResponse(LightningApi.QueryRoutesResponse) - Constructor for class org.lightningj.lnd.wrapper.message.QueryRoutesResponse
Constructor using underlying Lightning API Object

R

R_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
R_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
R_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
R_HASH_STR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
R_PREIMAGE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
readRepeatedValue(JsonArray, Message.Builder, Descriptors.FieldDescriptor) - Static method in class org.lightningj.lnd.util.JsonGenUtils
Method to read a json array into a repeated value in related message.
readSingleValue(JsonObject, Message.Builder, Descriptors.FieldDescriptor) - Static method in class org.lightningj.lnd.util.JsonGenUtils
Method to read and set a single value that is not a repeated or a map.
RECEIPT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
RECOVERED_BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
RECOVERY_WINDOW_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
RECOVERY_WINDOW_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.lightningj.lnd.proto.LightningApi
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.lightningj.lnd.proto.LightningApi
 
REMOTE_BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
 
REMOTE_BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
REMOTE_CSV_DELAY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
REMOTE_FORCE_CLOSE_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
REMOTE_FORCE_CLOSE = 2;
REMOTE_FORCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
REMOTE_NODE_PUB_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
REMOTE_PUBKEY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
 
REMOTE_PUBKEY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
removeAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
removeAddrToAmount(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
/ The map from addresses to amounts
removeChannelFees(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ An array of channel fee reports which describes the current fee schedule for each channel.
removeChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
removeChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
/ The list of active channels
removeChannelUpdates(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
removeClosedChans(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
removeEdges(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `ChannelEdge`s in this channel graph
removeForwardingEvents(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ A list of forwarding events from the time slice of the time series specified in the request.
removeHopHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
removeHops(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
removeInvoices(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
removeNodes(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `LightningNode`s in this channel graph
removeNodeUpdates(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
removePayments(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
/ The list of payments
removePeers(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
/ The list of currently connected peers
removePendingClosingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending closing
removePendingForceClosingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending force closing
removePendingHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
removePendingHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
removePendingOpenChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending opening
removeRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
removeRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
removeRoutes(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
removeRoutes(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The set of routes that should be used to attempt to complete the payment.
removeTransactions(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
/ The list of transactions relevant to the wallet.
removeWaitingCloseChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels waiting for closing tx to confirm
Route - Class in org.lightningj.lnd.wrapper.message
Wrapper class for Route.
Route() - Constructor for class org.lightningj.lnd.wrapper.message.Route
Empty Constructor
Route(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.Route
Json Parsing Constructor
Route(LightningApi.Route) - Constructor for class org.lightningj.lnd.wrapper.message.Route
Constructor using underlying Lightning API Object
ROUTE_HINTS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
ROUTE_HINTS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PayReq
 
RouteHint - Class in org.lightningj.lnd.wrapper.message
Wrapper class for RouteHint.
RouteHint() - Constructor for class org.lightningj.lnd.wrapper.message.RouteHint
Empty Constructor
RouteHint(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.RouteHint
Json Parsing Constructor
RouteHint(LightningApi.RouteHint) - Constructor for class org.lightningj.lnd.wrapper.message.RouteHint
Constructor using underlying Lightning API Object
ROUTES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
ROUTES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
ROUTING_POLICY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
RoutingPolicy - Class in org.lightningj.lnd.wrapper.message
Wrapper class for RoutingPolicy.
RoutingPolicy() - Constructor for class org.lightningj.lnd.wrapper.message.RoutingPolicy
Empty Constructor
RoutingPolicy(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.RoutingPolicy
Json Parsing Constructor
RoutingPolicy(LightningApi.RoutingPolicy) - Constructor for class org.lightningj.lnd.wrapper.message.RoutingPolicy
Constructor using underlying Lightning API Object

S

SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
SAT_RECV_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Peer
 
SAT_SENT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Peer
 
SEED_ENTROPY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
sendCoins(LightningApi.SendCoinsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `sendcoins` SendCoins executes a request to send coins to a particular address.
sendCoins(LightningApi.SendCoinsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `sendcoins` SendCoins executes a request to send coins to a particular address.
sendCoins(LightningApi.SendCoinsRequest, StreamObserver<LightningApi.SendCoinsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `sendcoins` SendCoins executes a request to send coins to a particular address.
sendCoins(LightningApi.SendCoinsRequest, StreamObserver<LightningApi.SendCoinsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `sendcoins` SendCoins executes a request to send coins to a particular address.
sendCoins(String, Long, Integer, Long, StreamObserver<SendCoinsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a sendCoins request.
sendCoins(SendCoinsRequest, StreamObserver<SendCoinsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a sendCoins request.
sendCoins(String, Long, Integer, Long) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a sendCoins request.
sendCoins(SendCoinsRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a sendCoins request.
SendCoinsRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for SendCoinsRequest.
SendCoinsRequest() - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsRequest
Empty Constructor
SendCoinsRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsRequest
Json Parsing Constructor
SendCoinsRequest(LightningApi.SendCoinsRequest) - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsRequest
Constructor using underlying Lightning API Object
SendCoinsResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for SendCoinsResponse.
SendCoinsResponse() - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsResponse
Empty Constructor
SendCoinsResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsResponse
Json Parsing Constructor
SendCoinsResponse(LightningApi.SendCoinsResponse) - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsResponse
Constructor using underlying Lightning API Object
sendMany(LightningApi.SendManyRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `sendmany` SendMany handles a request for a transaction that creates multiple specified outputs in parallel.
sendMany(LightningApi.SendManyRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `sendmany` SendMany handles a request for a transaction that creates multiple specified outputs in parallel.
sendMany(LightningApi.SendManyRequest, StreamObserver<LightningApi.SendManyResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `sendmany` SendMany handles a request for a transaction that creates multiple specified outputs in parallel.
sendMany(LightningApi.SendManyRequest, StreamObserver<LightningApi.SendManyResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `sendmany` SendMany handles a request for a transaction that creates multiple specified outputs in parallel.
sendMany(Map<String, Long>, Integer, Long, StreamObserver<SendManyResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a sendMany request.
sendMany(SendManyRequest, StreamObserver<SendManyResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a sendMany request.
sendMany(Map<String, Long>, Integer, Long) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a sendMany request.
sendMany(SendManyRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a sendMany request.
SendManyRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for SendManyRequest.
SendManyRequest() - Constructor for class org.lightningj.lnd.wrapper.message.SendManyRequest
Empty Constructor
SendManyRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendManyRequest
Json Parsing Constructor
SendManyRequest(LightningApi.SendManyRequest) - Constructor for class org.lightningj.lnd.wrapper.message.SendManyRequest
Constructor using underlying Lightning API Object
SendManyRequest.AddrToAmountEntries - Class in org.lightningj.lnd.wrapper.message
Wrapping class used for conversion between Map and XML notation.
SendManyRequest.AddrToAmountEntry - Class in org.lightningj.lnd.wrapper.message
Inner class AddrToAmountEntry for class SendManyRequest.
SendManyResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for SendManyResponse.
SendManyResponse() - Constructor for class org.lightningj.lnd.wrapper.message.SendManyResponse
Empty Constructor
SendManyResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendManyResponse
Json Parsing Constructor
SendManyResponse(LightningApi.SendManyResponse) - Constructor for class org.lightningj.lnd.wrapper.message.SendManyResponse
Constructor using underlying Lightning API Object
sendPayment(StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `sendpayment` SendPayment dispatches a bi-directional streaming RPC for sending payments through the Lightning Network.
sendPayment(StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `sendpayment` SendPayment dispatches a bi-directional streaming RPC for sending payments through the Lightning Network.
sendPaymentSync(LightningApi.SendRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
SendPaymentSync is the synchronous non-streaming version of SendPayment.
sendPaymentSync(LightningApi.SendRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
SendPaymentSync is the synchronous non-streaming version of SendPayment.
sendPaymentSync(LightningApi.SendRequest, StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
SendPaymentSync is the synchronous non-streaming version of SendPayment.
sendPaymentSync(LightningApi.SendRequest, StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
SendPaymentSync is the synchronous non-streaming version of SendPayment.
sendPaymentSync(byte[], String, Long, byte[], String, String, Integer, FeeLimit, StreamObserver<SendResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a sendPaymentSync request.
sendPaymentSync(SendRequest, StreamObserver<SendResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a sendPaymentSync request.
sendPaymentSync(byte[], String, Long, byte[], String, String, Integer, FeeLimit) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a sendPaymentSync request.
sendPaymentSync(SendRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a sendPaymentSync request.
SendRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for SendRequest.
SendRequest() - Constructor for class org.lightningj.lnd.wrapper.message.SendRequest
Empty Constructor
SendRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendRequest
Json Parsing Constructor
SendRequest(LightningApi.SendRequest) - Constructor for class org.lightningj.lnd.wrapper.message.SendRequest
Constructor using underlying Lightning API Object
SendResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for SendResponse.
SendResponse() - Constructor for class org.lightningj.lnd.wrapper.message.SendResponse
Empty Constructor
SendResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendResponse
Json Parsing Constructor
SendResponse(LightningApi.SendResponse) - Constructor for class org.lightningj.lnd.wrapper.message.SendResponse
Constructor using underlying Lightning API Object
sendToRoute(StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `sendtoroute` SendToRoute is a bi-directional streaming RPC for sending payment through the Lightning Network.
sendToRoute(StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `sendtoroute` SendToRoute is a bi-directional streaming RPC for sending payment through the Lightning Network.
SendToRouteRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for SendToRouteRequest.
SendToRouteRequest() - Constructor for class org.lightningj.lnd.wrapper.message.SendToRouteRequest
Empty Constructor
SendToRouteRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendToRouteRequest
Json Parsing Constructor
SendToRouteRequest(LightningApi.SendToRouteRequest) - Constructor for class org.lightningj.lnd.wrapper.message.SendToRouteRequest
Constructor using underlying Lightning API Object
sendToRouteSync(LightningApi.SendToRouteRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
SendToRouteSync is a synchronous version of SendToRoute.
sendToRouteSync(LightningApi.SendToRouteRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
SendToRouteSync is a synchronous version of SendToRoute.
sendToRouteSync(LightningApi.SendToRouteRequest, StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
SendToRouteSync is a synchronous version of SendToRoute.
sendToRouteSync(LightningApi.SendToRouteRequest, StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
SendToRouteSync is a synchronous version of SendToRoute.
sendToRouteSync(byte[], String, List<Route>, StreamObserver<SendResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a sendToRouteSync request.
sendToRouteSync(SendToRouteRequest, StreamObserver<SendResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a sendToRouteSync request.
sendToRouteSync(byte[], String, List<Route>) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a sendToRouteSync request.
sendToRouteSync(SendToRouteRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a sendToRouteSync request.
ServerSideException - Exception in org.lightningj.lnd.wrapper
Exception indicating an error occurred on server side which indicate there is some problem on the server side that might persist for some time.
ServerSideException(String, Status) - Constructor for exception org.lightningj.lnd.wrapper.ServerSideException
Exception indicating an error occurred on server side which indicate there is some problem on the server side that might persist for some time.
ServerSideException(String, Status, Throwable) - Constructor for exception org.lightningj.lnd.wrapper.ServerSideException
Exception indicating an error occurred on server side which indicate there is some problem on the server side that might persist for some time.
SERVICE_NAME - Static variable in class org.lightningj.lnd.proto.LightningGrpc
 
SERVICE_NAME - Static variable in class org.lightningj.lnd.proto.WalletUnlockerGrpc
 
setActive(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ Whether this channel is active or not
setActive(boolean) - Method in class org.lightningj.lnd.wrapper.message.Channel
Setter for active.
setActiveOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
bool active_only = 1;
setActiveOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
Setter for activeOnly.
setAddIndex(long) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
The "add" index of this invoice.
setAddIndex(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
The "add" index of this invoice.
setAddIndex(long) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
If specified (non-zero), then we'll first start by sending out notifications for all added indexes with an add_index greater than this value.
setAddIndex(long) - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
Setter for add_index.
setAddIndex(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
Setter for add_index.
setAddIndex(long) - Method in class org.lightningj.lnd.wrapper.message.InvoiceSubscription
Setter for add_index.
setAddr(LightningApi.LightningAddress) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
/ Lightning address of the peer, in the format `<pubkey>@host`
setAddr(LightningApi.LightningAddress.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
/ Lightning address of the peer, in the format `<pubkey>@host`
setAddr(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
string addr = 2[json_name = "addr"];
setAddr(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
/ The address to send coins to
setAddr(LightningAddress) - Method in class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
Setter for list of addr.
setAddr(String) - Method in class org.lightningj.lnd.wrapper.message.NodeAddress
Setter for addr.
setAddr(String) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
Setter for addr.
setAddrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
string addr = 2[json_name = "addr"];
setAddrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
/ The address to send coins to
setAddress(String) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
/ The newly generated wallet address
setAddress(String) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Network address of the peer; eg `127.0.0.1:10011`
setAddress(String) - Method in class org.lightningj.lnd.wrapper.message.NewAddressResponse
Setter for address.
setAddress(String) - Method in class org.lightningj.lnd.wrapper.message.Peer
Setter for address.
setAddressBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
/ The newly generated wallet address
setAddressBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Network address of the peer; eg `127.0.0.1:10011`
setAddresses(int, LightningApi.NodeAddress) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
setAddresses(int, LightningApi.NodeAddress.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
setAddresses(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
repeated string addresses = 1;
setAddresses(List<NodeAddress>) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
Setter for list of addresses.
setAddresses(List<String>) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
Setter for list of addresses.
setAddrToAmount(Map<String, Long>) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
Populates AddrToAmount with all the values in the map.
setAddrToAmountEntries(SendManyRequest.AddrToAmountEntries) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
Sets a wrapped list of entries, used for XML conversion.
setAdvertisingNode(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
string advertising_node = 5;
setAdvertisingNode(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
Setter for advertisingNode.
setAdvertisingNodeBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
string advertising_node = 5;
setAezeedPassphrase(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
aezeed_passphrase is an optional user provided passphrase that will be used to encrypt the generated aezeed cipher seed.
setAezeedPassphrase(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
aezeed_passphrase is an optional user provided passphrase that will be used to encrypt the generated aezeed cipher seed.
setAezeedPassphrase(byte[]) - Method in class org.lightningj.lnd.wrapper.message.GenSeedRequest
Setter for aezeedPassphrase.
setAezeedPassphrase(byte[]) - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
Setter for aezeedPassphrase.
setAlias(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ If applicable, the alias of the current node, e.g.
setAlias(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
string alias = 3[json_name = "alias"];
setAlias(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
string alias = 4;
setAlias(String) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Setter for alias.
setAlias(String) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
Setter for alias.
setAlias(String) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
Setter for alias.
setAliasBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ If applicable, the alias of the current node, e.g.
setAliasBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
string alias = 3[json_name = "alias"];
setAliasBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
string alias = 4;
setAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
int64 amount = 2[json_name = "amount"];
setAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
/ The total value of the htlc
setAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
/ The amount in satoshis to send
setAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ The transaction ammount, denominated in satoshis
setAmount(long) - Method in class org.lightningj.lnd.wrapper.message.HTLC
Setter for amount.
setAmount(long) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
Setter for amount.
setAmount(long) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
Setter for amount.
setAmount(long) - Method in class org.lightningj.lnd.wrapper.message.Transaction
Setter for amount.
setAmt(long) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
/ The amount to send expressed in satoshis
setAmt(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
/ Number of satoshis to send.
setAmt(long) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
Setter for amt.
setAmt(long) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
Setter for amt.
setAmtIn(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
/ The total amount of the incoming HTLC that created half the circuit.
setAmtIn(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
Setter for amt_in.
setAmtOut(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
/ The total amount of the outgoign HTLC that created the second half of the circuit.
setAmtOut(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
Setter for amt_out.
setAmtPaid(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
The amount that was accepted for this invoice.
setAmtPaid(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
Setter for amt_paid.
setAmtToForward(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
Deprecated.
setAmtToForward(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
Setter for amt_to_forward.
setAmtToForwardMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
int64 amt_to_forward_msat = 6[json_name = "amt_to_forward_msat"];
setAmtToForwardMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
Setter for amt_to_forward_msat.
setAvgChannelSize(double) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
double avg_channel_size = 7[json_name = "avg_channel_size"];
setAvgChannelSize(double) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
Setter for avg_channel_size.
setAvgOutDegree(double) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
double avg_out_degree = 2[json_name = "avg_out_degree"];
setAvgOutDegree(double) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
Setter for avg_out_degree.
setBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
/ Sum of channels balances denominated in satoshis
setBalance(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
Setter for balance.
setBaseFeeMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
/ The base fee charged regardless of the number of milli-satoshis sent.
setBaseFeeMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ The base fee charged regardless of the number of milli-satoshis sent.
setBaseFeeMsat(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
Setter for base_fee_msat.
setBaseFeeMsat(long) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
Setter for base_fee_msat.
setBestHeaderTimestamp(long) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ Timestamp of the block best known to the wallet
setBestHeaderTimestamp(long) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Setter for best_header_timestamp.
setBlockHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The node's current view of the hash of the best block
setBlockHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ The hash of the block this transaction was included in
setBlockHash(String) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Setter for block_hash.
setBlockHash(String) - Method in class org.lightningj.lnd.wrapper.message.Transaction
Setter for block_hash.
setBlockHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The node's current view of the hash of the best block
setBlockHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ The hash of the block this transaction was included in
setBlockHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
int32 block_height = 2;
setBlockHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The node's current view of the height of the best block
setBlockHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ The height of the block this transaction was included in
setBlockHeight(int) - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
Setter for blockHeight.
setBlockHeight(int) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Setter for block_height.
setBlockHeight(int) - Method in class org.lightningj.lnd.wrapper.message.Transaction
Setter for block_height.
setBlockSha(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
bytes block_sha = 1;
setBlockSha(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
Setter for blockSha.
setBlocksTilMaturity(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
Remaining # of blocks until the commitment output can be swept.
setBlocksTilMaturity(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
The number of blocks remaining until the current stage can be swept.
setBlocksTilMaturity(int) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
Setter for blocks_til_maturity.
setBlocksTilMaturity(int) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
Setter for blocks_til_maturity.
setBreach(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
bool breach = 4;
setBreach(boolean) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
Setter for breach.
setBytesRecv(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Bytes of data transmitted from this peer
setBytesRecv(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
Setter for bytes_recv.
setBytesSent(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Bytes of data transmitted to this peer
setBytesSent(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
Setter for bytes_sent.
setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ The total amount of funds held in this channel
setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ Total capacity of the channel.
setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
int64 capacity = 6[json_name = "capacity"];
setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
int64 capacity = 3;
setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
int64 capacity = 2;
setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
int64 capacity = 3[json_name = "capacity"];
setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
Setter for capacity.
setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Setter for capacity.
setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
Setter for capacity.
setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
Setter for capacity.
setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
Setter for capacity.
setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
Setter for capacity.
setChainHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The hash of the genesis block that this channel resides within.
setChainHash(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Setter for chain_hash.
setChainHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The hash of the genesis block that this channel resides within.
setChains(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ A list of active chains the node is connected to
setChains(List<String>) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Setter for list of chains.
setChanCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
int64 chan_capacity = 2[json_name = "chan_capacity"];
setChanCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
Setter for chan_capacity.
setChanClose(LightningApi.ChannelCloseUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
setChanClose(LightningApi.ChannelCloseUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
setChanClose(ChannelCloseUpdate) - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
Setter for list of chan_close.
setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
The unique channel ID for the channel.
setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The unique channel ID for the channel.
setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The unique channel ID for the channel.
setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
The unique channel ID for the channel.
setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
The unique channel ID for the channel.
setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
The unique channel ID for the channel.
setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
/ The unique identifier of the channel.
setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.ChanInfoRequest
Setter for chanId.
setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
Setter for chan_id.
setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Setter for chan_id.
setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
Setter for chanId.
setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
Setter for chanId.
setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
Setter for chan_id.
setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.HopHint
Setter for chan_id.
setChanIdIn(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
/ The incoming channel ID that carried the HTLC that created the circuit.
setChanIdIn(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
Setter for chan_id_in.
setChanIdOut(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
/ The outgoing channel ID that carried the preimage that completed the circuit.
setChanIdOut(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
Setter for chan_id_out.
setChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
/ The pending channel to be closed
setChannel(LightningApi.PendingChannelsResponse.PendingChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
/ The pending channel to be closed
setChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The pending channel to be force closed
setChannel(LightningApi.PendingChannelsResponse.PendingChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The pending channel to be force closed
setChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
/ The pending channel
setChannel(LightningApi.PendingChannelsResponse.PendingChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
/ The pending channel
setChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
/ The pending channel waiting for closing tx to confirm
setChannel(LightningApi.PendingChannelsResponse.PendingChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
/ The pending channel waiting for closing tx to confirm
setChannel(PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
Setter for list of channel.
setChannel(PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
Setter for list of channel.
setChannel(PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
Setter for list of channel.
setChannel(PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
Setter for list of channel.
setChannelFees(int, LightningApi.ChannelFeeReport) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ An array of channel fee reports which describes the current fee schedule for each channel.
setChannelFees(int, LightningApi.ChannelFeeReport.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ An array of channel fee reports which describes the current fee schedule for each channel.
setChannelFees(List<ChannelFeeReport>) - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
Setter for list of channel_fees.
setChannelId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
The unique channel ID for the channel.
setChannelId(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
Setter for channel_id.
setChannelPoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The outpoint (txid:index) of the funding transaction.
setChannelPoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The outpoint (txid:index) of the funding transaction.
setChannelPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
setChannelPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
setChannelPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
The outpoint (txid:index) of the funding transaction.
setChannelPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
The outpoint (txid:index) of the funding transaction.
setChannelPoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
string channel_point = 2[json_name = "channel_point"];
setChannelPoint(String) - Method in class org.lightningj.lnd.wrapper.message.Channel
Setter for channel_point.
setChannelPoint(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Setter for channel_point.
setChannelPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ChannelOpenUpdate
Setter for list of channel_point.
setChannelPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
Setter for list of channelPoint.
setChannelPoint(String) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
Setter for channel_point.
setChannelPointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The outpoint (txid:index) of the funding transaction.
setChannelPointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The outpoint (txid:index) of the funding transaction.
setChannelPointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
string channel_point = 2[json_name = "channel_point"];
setChannels(int, LightningApi.ChannelCloseSummary) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
setChannels(int, LightningApi.ChannelCloseSummary.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
setChannels(int, LightningApi.Channel) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
/ The list of active channels
setChannels(int, LightningApi.Channel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
/ The list of active channels
setChannels(List<ChannelCloseSummary>) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsResponse
Setter for list of channels.
setChannels(List<Channel>) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsResponse
Setter for list of channels.
setChannelUpdates(int, LightningApi.ChannelEdgeUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
setChannelUpdates(int, LightningApi.ChannelEdgeUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
setChannelUpdates(List<ChannelEdgeUpdate>) - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
Setter for list of channelUpdates.
setChanOpen(LightningApi.ChannelOpenUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
setChanOpen(LightningApi.ChannelOpenUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
setChanOpen(ChannelOpenUpdate) - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
Setter for list of chan_open.
setChanPending(LightningApi.PendingUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
setChanPending(LightningApi.PendingUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
setChanPending(PendingUpdate) - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
Setter for list of chan_pending.
setChanPoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
string chan_point = 2[json_name = "chan_point"];
setChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
.lnrpc.ChannelPoint chan_point = 2;
setChanPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
.lnrpc.ChannelPoint chan_point = 2;
setChanPoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
/ The channel that this fee report belongs to.
setChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
.lnrpc.ChannelPoint chan_point = 4;
setChanPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
.lnrpc.ChannelPoint chan_point = 4;
setChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ If set, this update will target a specific channel.
setChanPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ If set, this update will target a specific channel.
setChanPoint(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
Setter for chan_point.
setChanPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
Setter for list of chanPoint.
setChanPoint(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
Setter for channel_point.
setChanPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
Setter for list of chanPoint.
setChanPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
Setter for list of chan_point.
setChanPointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
string chan_point = 2[json_name = "chan_point"];
setChanPointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
/ The channel that this fee report belongs to.
setCipherSeedMnemonic(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
setCipherSeedMnemonic(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
setCipherSeedMnemonic(List<String>) - Method in class org.lightningj.lnd.wrapper.message.GenSeedResponse
Setter for list of cipherSeedMnemonic.
setCipherSeedMnemonic(List<String>) - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
Setter for list of cipherSeedMnemonic.
setClosedChans(int, LightningApi.ClosedChannelUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
setClosedChans(int, LightningApi.ClosedChannelUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
setClosedChans(List<ClosedChannelUpdate>) - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
Setter for list of closedChans.
setClosedHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
uint32 closed_height = 3;
setClosedHeight(int) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
Setter for closedHeight.
setCloseHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ Height at which the funding transaction was spent.
setCloseHeight(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Setter for close_height.
setClosePending(LightningApi.PendingUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
setClosePending(LightningApi.PendingUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
setClosePending(PendingUpdate) - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
Setter for list of close_pending.
setCloseType(LightningApi.ChannelCloseSummary.ClosureType) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ Details on how the channel was closed.
setCloseType(ChannelCloseSummary.ClosureType) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Setter for close_type.
setCloseTypeValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ Details on how the channel was closed.
setClosingTxHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The txid of the transaction which ultimately closed this channel.
setClosingTxHash(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Setter for closing_tx_hash.
setClosingTxHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The txid of the transaction which ultimately closed this channel.
setClosingTxid(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
bytes closing_txid = 1[json_name = "closing_txid"];
setClosingTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
/ The transaction id of the closing transaction
setClosingTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The transaction id of the closing transaction
setClosingTxid(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
Setter for closing_txid.
setClosingTxid(String) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
Setter for closing_txid.
setClosingTxid(String) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
Setter for closing_txid.
setClosingTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
/ The transaction id of the closing transaction
setClosingTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The transaction id of the closing transaction
setCltvExpiry(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ Delta to use for the time-lock of the CLTV extended to the final hop.
setCltvExpiry(long) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
int64 cltv_expiry = 9[json_name = "cltv_expiry"];
setCltvExpiry(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
Setter for cltv_expiry.
setCltvExpiry(long) - Method in class org.lightningj.lnd.wrapper.message.PayReq
Setter for cltv_expiry.
setCltvExpiryDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
/ The time-lock delta of the channel.
setCltvExpiryDelta(int) - Method in class org.lightningj.lnd.wrapper.message.HopHint
Setter for cltv_expiry_delta.
setColor(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
string color = 5[json_name = "color"];
setColor(String) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
Setter for color.
setColorBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
string color = 5[json_name = "color"];
setCommitFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The amount calculated to be paid in fees for the current set of commitment transactions.
setCommitFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
The amount calculated to be paid in fees for the current set of commitment transactions.
setCommitFee(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
Setter for commit_fee.
setCommitFee(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
Setter for commit_fee.
setCommitWeight(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ The weight of the commitment transaction
setCommitWeight(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
/ The weight of the commitment transaction
setCommitWeight(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
Setter for commit_weight.
setCommitWeight(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
Setter for commit_weight.
setConfirmation(LightningApi.ConfirmationUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
setConfirmation(LightningApi.ConfirmationUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
setConfirmation(LightningApi.ConfirmationUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
setConfirmation(LightningApi.ConfirmationUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
setConfirmation(ConfirmationUpdate) - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
Setter for list of confirmation.
setConfirmation(ConfirmationUpdate) - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
Setter for list of confirmation.
setConfirmationHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
/ The height at which this channel will be confirmed
setConfirmationHeight(int) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
Setter for confirmation_height.
setConfirmedBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
/ The confirmed balance of a wallet(with >= 1 confirmations)
setConfirmedBalance(long) - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
Setter for confirmed_balance.
setConnectingNode(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
string connecting_node = 6;
setConnectingNode(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
Setter for connectingNode.
setConnectingNodeBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
string connecting_node = 6;
setCooperative(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
bool cooperative = 1;
setCooperative(boolean) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
Setter for cooperative.
setCreationDate(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ When this invoice was created
setCreationDate(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The date of this payment
setCreationDate(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
Setter for creation_date.
setCreationDate(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
Setter for creation_date.
setCsvDelay(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The CSV delay expressed in relative blocks.
setCsvDelay(int) - Method in class org.lightningj.lnd.wrapper.message.Channel
Setter for csv_delay.
setCurrentPassword(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
current_password should be the current valid passphrase used to unlock the daemon.
setCurrentPassword(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChangePasswordRequest
Setter for currentPassword.
setDayFeeSum(long) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 24 hrs.
setDayFeeSum(long) - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
Setter for day_fee_sum.
setDescription(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string description = 6[json_name = "description"];
setDescription(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
Setter for description.
setDescriptionBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string description = 6[json_name = "description"];
setDescriptionHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Hash (SHA-256) of a description of the payment.
setDescriptionHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string description_hash = 7[json_name = "description_hash"];
setDescriptionHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.Invoice
Setter for description_hash.
setDescriptionHash(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
Setter for description_hash.
setDescriptionHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string description_hash = 7[json_name = "description_hash"];
setDest(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
/ The identity pubkey of the payment recipient
setDest(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
Setter for dest.
setDestAddresses(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ Addresses that received funds for this transaction
setDestAddresses(List<String>) - Method in class org.lightningj.lnd.wrapper.message.Transaction
Setter for list of dest_addresses.
setDestination(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string destination = 1[json_name = "destination"];
setDestination(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
Setter for destination.
setDestinationBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string destination = 1[json_name = "destination"];
setDestString(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
/ The hex-encoded identity pubkey of the payment recipient
setDestString(String) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
Setter for destString.
setDestStringBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
/ The hex-encoded identity pubkey of the payment recipient
setDisabled(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
bool disabled = 5[json_name = "disabled"];
setDisabled(boolean) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
Setter for disabled.
setEdges(int, LightningApi.ChannelEdge) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `ChannelEdge`s in this channel graph
setEdges(int, LightningApi.ChannelEdge.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `ChannelEdge`s in this channel graph
setEdges(List<ChannelEdge>) - Method in class org.lightningj.lnd.wrapper.message.ChannelGraph
Setter for list of edges.
setEncipheredSeed(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
enciphered_seed are the raw aezeed cipher seed bytes.
setEncipheredSeed(byte[]) - Method in class org.lightningj.lnd.wrapper.message.GenSeedResponse
Setter for encipheredSeed.
setEndTime(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
/ End time is the end point of the forwarding history request.
setEndTime(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
Setter for end_time.
setExpirationHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
uint32 expiration_height = 4[json_name = "expiration_height"];
setExpirationHeight(int) - Method in class org.lightningj.lnd.wrapper.message.HTLC
Setter for expiration_height.
setExpiry(int) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
uint32 expiry = 5[json_name = "expiry"];
setExpiry(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ Payment request expiry time in seconds.
setExpiry(long) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
int64 expiry = 5[json_name = "expiry"];
setExpiry(int) - Method in class org.lightningj.lnd.wrapper.message.Hop
Setter for expiry.
setExpiry(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
Setter for expiry.
setExpiry(long) - Method in class org.lightningj.lnd.wrapper.message.PayReq
Setter for expiry.
setFallbackAddr(String) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ Fallback on-chain address.
setFallbackAddr(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string fallback_addr = 8[json_name = "fallback_addr"];
setFallbackAddr(String) - Method in class org.lightningj.lnd.wrapper.message.Invoice
Setter for fallback_addr.
setFallbackAddr(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
Setter for fallback_addr.
setFallbackAddrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ Fallback on-chain address.
setFallbackAddrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string fallback_addr = 8[json_name = "fallback_addr"];
setFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
/ The total fee that this payment circuit carried.
setFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
Deprecated.
setFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The fee paid for this payment in satoshis
setFee(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
Setter for fee.
setFee(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
Setter for fee.
setFee(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
Setter for fee.
setFeeBaseMsat(int) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
/ The base fee of the channel denominated in millisatoshis.
setFeeBaseMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
int64 fee_base_msat = 3[json_name = "fee_base_msat"];
setFeeBaseMsat(int) - Method in class org.lightningj.lnd.wrapper.message.HopHint
Setter for fee_base_msat.
setFeeBaseMsat(long) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
Setter for fee_base_msat.
setFeeLimit(LightningApi.FeeLimit) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
The maximum number of satoshis that will be paid as a fee of the payment.
setFeeLimit(LightningApi.FeeLimit.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
The maximum number of satoshis that will be paid as a fee of the payment.
setFeeLimit(LightningApi.FeeLimit) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
The maximum number of satoshis that will be paid as a fee of the payment.
setFeeLimit(LightningApi.FeeLimit.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
The maximum number of satoshis that will be paid as a fee of the payment.
setFeeLimit(FeeLimit) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
Setter for list of feeLimit.
setFeeLimit(FeeLimit) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
Setter for list of feeLimit.
setFeeMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
int64 fee_msat = 7[json_name = "fee_msat"];
setFeeMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
Setter for fee_msat.
setFeePerKw(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The required number of satoshis per kilo-weight that the requester will pay at all times, for both the funding transaction and commitment transaction.
setFeePerKw(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
The required number of satoshis per kilo-weight that the requester will pay at all times, for both the funding transaction and commitment transaction.
setFeePerKw(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
Setter for fee_per_kw.
setFeePerKw(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
Setter for fee_per_kw.
setFeePerMil(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
/ The amount charged per milli-satoshis transferred expressed in millionths of a satoshi.
setFeePerMil(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
Setter for fee_per_mil.
setFeeProportionalMillionths(int) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
The fee rate of the channel for sending one satoshi across it denominated in millionths of a satoshi.
setFeeProportionalMillionths(int) - Method in class org.lightningj.lnd.wrapper.message.HopHint
Setter for fee_proportional_millionths.
setFeeRate(double) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
/ The effective fee rate in milli-satoshis.
setFeeRate(double) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ The effective fee rate in milli-satoshis.
setFeeRate(double) - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
Setter for fee_rate.
setFeeRate(double) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
Setter for fee_rate.
setFeeRateMilliMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
int64 fee_rate_milli_msat = 4[json_name = "fee_rate_milli_msat"];
setFeeRateMilliMsat(long) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
Setter for fee_rate_milli_msat.
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
setFinalCltvDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
/ An optional CLTV delta from the current height that should be used for the timelock of the final hop
setFinalCltvDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
The CLTV delta from the current height that should be used to set the timelock for the final hop.
setFinalCltvDelta(int) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
Setter for finalCltvDelta.
setFinalCltvDelta(int) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
Setter for finalCltvDelta.
setFixed(long) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
/ The fee limit expressed as a fixed amount of satoshis.
setFixed(long) - Method in class org.lightningj.lnd.wrapper.message.FeeLimit
Setter for fixed.
setForce(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
/ If true, then the channel will be closed forcibly.
setForce(boolean) - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
Setter for force.
setForwardingEvents(int, LightningApi.ForwardingEvent) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ A list of forwarding events from the time slice of the time series specified in the request.
setForwardingEvents(int, LightningApi.ForwardingEvent.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ A list of forwarding events from the time slice of the time series specified in the request.
setForwardingEvents(List<ForwardingEvent>) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
Setter for list of forwarding_events.
setFundingCanceled(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
bool funding_canceled = 5;
setFundingCanceled(boolean) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
Setter for fundingCanceled.
setFundingTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
/ Txid of the funding transaction
setFundingTxidBytes(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
Setter for funding_txid_bytes.
setFundingTxidStr(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
/ Hex-encoded string representing the funding transaction
setFundingTxidStr(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
Setter for funding_txid_str.
setFundingTxidStrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
/ Hex-encoded string representing the funding transaction
setGlobal(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ If set, then this update applies to all currently active channels.
setGlobal(boolean) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
Setter for global.
setGlobalFeatures(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
bytes global_features = 3;
setGlobalFeatures(byte[]) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
Setter for globalFeatures.
setGraphDiameter(int) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
uint32 graph_diameter = 1[json_name = "graph_diameter"];
setGraphDiameter(int) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
Setter for graph_diameter.
setHashLock(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
bytes hash_lock = 3[json_name = "hash_lock"];
setHashLock(byte[]) - Method in class org.lightningj.lnd.wrapper.message.HTLC
Setter for hash_lock.
setHopHints(int, LightningApi.HopHint) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
setHopHints(int, LightningApi.HopHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
setHopHints(List<HopHint>) - Method in class org.lightningj.lnd.wrapper.message.RouteHint
Setter for list of hop_hints.
setHops(int, LightningApi.Hop) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
setHops(int, LightningApi.Hop.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
setHops(List<Hop>) - Method in class org.lightningj.lnd.wrapper.message.Route
Setter for list of hops.
setHost(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
/ The network location of the lightning node, e.g.
setHost(String) - Method in class org.lightningj.lnd.wrapper.message.LightningAddress
Setter for host.
setHostBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
/ The network location of the lightning node, e.g.
setIdentityKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
string identity_key = 2;
setIdentityKey(String) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
Setter for identityKey.
setIdentityKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
string identity_key = 2;
setIdentityPubkey(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The identity pubkey of the current node.
setIdentityPubkey(String) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Setter for identity_pubkey.
setIdentityPubkeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The identity pubkey of the current node.
setInactiveOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
bool inactive_only = 2;
setInactiveOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
Setter for inactiveOnly.
setInbound(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ A channel is inbound if the counterparty initiated the channel
setInbound(boolean) - Method in class org.lightningj.lnd.wrapper.message.Peer
Setter for inbound.
setIncoming(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
bool incoming = 1[json_name = "incoming"];
setIncoming(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
/ The direction within the channel that the htlc was sent
setIncoming(boolean) - Method in class org.lightningj.lnd.wrapper.message.HTLC
Setter for incoming.
setIncoming(boolean) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
Setter for incoming.
setIndexOffset(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
/ Index offset is the offset in the time series to start at.
setIndexOffset(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
The offset in the time series to start at.
setIndexOffset(int) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
Setter for index_offset.
setIndexOffset(int) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
Setter for index_offset.
setInvoices(int, LightningApi.Invoice) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
setInvoices(int, LightningApi.Invoice.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
setInvoices(List<Invoice>) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
Setter for list of invoices.
setKey(String) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
Setter for key.
setLastIndexOffset(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
The index of the last time in the set of returned invoices.
setLastIndexOffset(int) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
Setter for last_index_offset.
setLastOffsetIndex(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
/ The index of the last time in the set of returned forwarding events.
setLastOffsetIndex(int) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
Setter for last_offset_index.
setLastUpdate(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
uint32 last_update = 3[json_name = "last_update"];
setLastUpdate(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
uint32 last_update = 1[json_name = "last_update"];
setLastUpdate(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
Setter for last_update.
setLastUpdate(int) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
Setter for last_update.
setLevelSpec(String) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
string level_spec = 2;
setLevelSpec(String) - Method in class org.lightningj.lnd.wrapper.message.DebugLevelRequest
Setter for levelSpec.
setLevelSpecBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
string level_spec = 2;
setLimboBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The balance in satoshis encumbered in this pending channel
setLimboBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
/ The balance in satoshis encumbered in this channel
setLimboBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
Setter for limbo_balance.
setLimboBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
Setter for limbo_balance.
setLocalBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ This node's current balance in this channel
setLocalBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
int64 local_balance = 4[json_name = "local_balance"];
setLocalBalance(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
Setter for local_balance.
setLocalBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
Setter for local_balance.
setLocalForce(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
bool local_force = 2;
setLocalForce(boolean) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
Setter for localForce.
setLocalFundingAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The number of satoshis the wallet should commit to the channel
setLocalFundingAmount(long) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Setter for local_funding_amount.
setMaturityHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The height at which funds can be sweeped into the wallet
setMaturityHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
/ The next block height at which we can spend the current stage
setMaturityHeight(int) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
Setter for maturity_height.
setMaturityHeight(int) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
Setter for maturity_height.
setMaxChannelSize(long) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
int64 max_channel_size = 9[json_name = "max_channel_size"];
setMaxChannelSize(long) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
Setter for max_channel_size.
setMaxOutDegree(int) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
uint32 max_out_degree = 3[json_name = "max_out_degree"];
setMaxOutDegree(int) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
Setter for max_out_degree.
setMemo(String) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
An optional memo to attach along with the invoice.
setMemo(String) - Method in class org.lightningj.lnd.wrapper.message.Invoice
Setter for memo.
setMemoBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
An optional memo to attach along with the invoice.
setMinChannelSize(long) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
int64 min_channel_size = 8[json_name = "min_channel_size"];
setMinChannelSize(long) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
Setter for min_channel_size.
setMinConfs(int) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The minimum number of confirmations each one of your outputs used for the funding transaction must satisfy.
setMinConfs(int) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Setter for min_confs.
setMinHtlc(long) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
int64 min_htlc = 2[json_name = "min_htlc"];
setMinHtlc(long) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
Setter for min_htlc.
setMinHtlcMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The minimum value in millisatoshi we will require for incoming HTLCs on the channel.
setMinHtlcMsat(long) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Setter for min_htlc_msat.
setMonthFeeSum(long) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 month.
setMonthFeeSum(long) - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
Setter for month_fee_sum.
setMsg(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
/ The message to be signed
setMsg(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
/ The message over which the signature is to be verified
setMsg(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SignMessageRequest
Setter for msg.
setMsg(byte[]) - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageRequest
Setter for msg.
setNetwork(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
string network = 1[json_name = "network"];
setNetwork(String) - Method in class org.lightningj.lnd.wrapper.message.NodeAddress
Setter for network.
setNetworkBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
string network = 1[json_name = "network"];
setNewPassword(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
new_password should be the new passphrase that will be needed to unlock the daemon.
setNewPassword(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChangePasswordRequest
Setter for newPassword.
setNode(LightningApi.LightningNode) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
An individual vertex/node within the channel graph.
setNode(LightningApi.LightningNode.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
An individual vertex/node within the channel graph.
setNode(LightningNode) - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
Setter for list of node.
setNode1Policy(LightningApi.RoutingPolicy) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
setNode1Policy(LightningApi.RoutingPolicy.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
setNode1Policy(RoutingPolicy) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
Setter for list of node1_policy.
setNode1Pub(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
string node1_pub = 4[json_name = "node1_pub"];
setNode1Pub(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
Setter for node1_pub.
setNode1PubBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
string node1_pub = 4[json_name = "node1_pub"];
setNode2Policy(LightningApi.RoutingPolicy) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
setNode2Policy(LightningApi.RoutingPolicy.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
setNode2Policy(RoutingPolicy) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
Setter for list of node2_policy.
setNode2Pub(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
string node2_pub = 5[json_name = "node2_pub"];
setNode2Pub(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
Setter for node2_pub.
setNode2PubBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
string node2_pub = 5[json_name = "node2_pub"];
setNodeId(String) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
/ The public key of the node at the start of the channel.
setNodeId(String) - Method in class org.lightningj.lnd.wrapper.message.HopHint
Setter for node_id.
setNodeIdBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
/ The public key of the node at the start of the channel.
setNodePubkey(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The pubkey of the node to open a channel with
setNodePubkey(byte[]) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Setter for node_pubkey.
setNodePubkeyString(String) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The hex encoded pubkey of the node to open a channel with
setNodePubkeyString(String) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Setter for node_pubkey_string.
setNodePubkeyStringBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The hex encoded pubkey of the node to open a channel with
setNodes(int, LightningApi.LightningNode) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `LightningNode`s in this channel graph
setNodes(int, LightningApi.LightningNode.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
/ The list of `LightningNode`s in this channel graph
setNodes(List<LightningNode>) - Method in class org.lightningj.lnd.wrapper.message.ChannelGraph
Setter for list of nodes.
setNodeUpdates(int, LightningApi.NodeUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
setNodeUpdates(int, LightningApi.NodeUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
setNodeUpdates(List<NodeUpdate>) - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
Setter for list of nodeUpdates.
setNumActiveChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ Number of active channels
setNumActiveChannels(int) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Setter for num_active_channels.
setNumChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
uint32 num_channels = 5[json_name = "num_channels"];
setNumChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
uint32 num_channels = 2[json_name = "num_channels"];
setNumChannels(int) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
Setter for num_channels.
setNumChannels(int) - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
Setter for num_channels.
setNumConfirmations(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ The number of confirmations
setNumConfirmations(int) - Method in class org.lightningj.lnd.wrapper.message.Transaction
Setter for num_confirmations.
setNumConfsLeft(int) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
uint32 num_confs_left = 3;
setNumConfsLeft(int) - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
Setter for numConfsLeft.
setNumMaxEvents(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
/ The max number of events to return in the response to this query.
setNumMaxEvents(int) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
Setter for num_max_events.
setNumMaxInvoices(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
/ The max number of invoices to return in the response to this query.
setNumMaxInvoices(int) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
Setter for num_max_invoices.
setNumNodes(int) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
uint32 num_nodes = 4[json_name = "num_nodes"];
setNumNodes(int) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
Setter for num_nodes.
setNumPeers(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ Number of peers
setNumPeers(int) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Setter for num_peers.
setNumPendingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ Number of pending channels
setNumPendingChannels(int) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Setter for num_pending_channels.
setNumRoutes(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
/ The max number of routes to return.
setNumRoutes(int) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
Setter for numRoutes.
setNumSatoshis(long) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
int64 num_satoshis = 3[json_name = "num_satoshis"];
setNumSatoshis(long) - Method in class org.lightningj.lnd.wrapper.message.PayReq
Setter for num_satoshis.
setNumUpdates(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The total number of updates conducted within this channel.
setNumUpdates(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
Setter for num_updates.
setOutpoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
/ The final output to be swept back to the user's wallet
setOutpoint(String) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
Setter for outpoint.
setOutpointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
/ The final output to be swept back to the user's wallet
setOutputIndex(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
/ The index of the output of the funding transaction
setOutputIndex(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
uint32 output_index = 2[json_name = "output_index"];
setOutputIndex(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
Setter for output_index.
setOutputIndex(int) - Method in class org.lightningj.lnd.wrapper.message.PendingUpdate
Setter for output_index.
setPath(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The path this payment took
setPath(List<String>) - Method in class org.lightningj.lnd.wrapper.message.Payment
Setter for list of path.
setPaymentError(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
string payment_error = 1[json_name = "payment_error"];
setPaymentError(String) - Method in class org.lightningj.lnd.wrapper.message.SendResponse
Setter for payment_error.
setPaymentErrorBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
string payment_error = 1[json_name = "payment_error"];
setPaymentHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The payment hash
setPaymentHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string payment_hash = 2[json_name = "payment_hash"];
setPaymentHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
/ The hash to use within the payment's HTLC
setPaymentHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The payment hash to use for the HTLC.
setPaymentHash(String) - Method in class org.lightningj.lnd.wrapper.message.Payment
Setter for payment_hash.
setPaymentHash(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
Setter for payment_hash.
setPaymentHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
Setter for paymentHash.
setPaymentHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendToRouteRequest
Setter for paymentHash.
setPaymentHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The payment hash
setPaymentHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
string payment_hash = 2[json_name = "payment_hash"];
setPaymentHashString(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
/ The hex-encoded hash to use within the payment's HTLC
setPaymentHashString(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ An optional hex-encoded payment hash to be used for the HTLC.
setPaymentHashString(String) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
Setter for paymentHashString.
setPaymentHashString(String) - Method in class org.lightningj.lnd.wrapper.message.SendToRouteRequest
Setter for paymentHashString.
setPaymentHashStringBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
/ The hex-encoded hash to use within the payment's HTLC
setPaymentHashStringBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ An optional hex-encoded payment hash to be used for the HTLC.
setPaymentPreimage(String) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The payment preimage
setPaymentPreimage(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
bytes payment_preimage = 2[json_name = "payment_preimage"];
setPaymentPreimage(String) - Method in class org.lightningj.lnd.wrapper.message.Payment
Setter for payment_preimage.
setPaymentPreimage(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendResponse
Setter for payment_preimage.
setPaymentPreimageBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The payment preimage
setPaymentRequest(String) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
A bare-bones invoice for a payment within the Lightning Network.
setPaymentRequest(String) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
A bare-bones invoice for a payment within the Lightning Network.
setPaymentRequest(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
A bare-bones invoice for a payment within the Lightning Network.
setPaymentRequest(String) - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
Setter for payment_request.
setPaymentRequest(String) - Method in class org.lightningj.lnd.wrapper.message.Invoice
Setter for payment_request.
setPaymentRequest(String) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
Setter for paymentRequest.
setPaymentRequestBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
A bare-bones invoice for a payment within the Lightning Network.
setPaymentRequestBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
A bare-bones invoice for a payment within the Lightning Network.
setPaymentRequestBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
A bare-bones invoice for a payment within the Lightning Network.
setPaymentRoute(LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
setPaymentRoute(LightningApi.Route.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
setPaymentRoute(Route) - Method in class org.lightningj.lnd.wrapper.message.SendResponse
Setter for list of payment_route.
setPayments(int, LightningApi.Payment) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
/ The list of payments
setPayments(int, LightningApi.Payment.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
/ The list of payments
setPayments(List<Payment>) - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsResponse
Setter for list of payments.
setPayReq(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
/ The payment request string to be decoded
setPayReq(String) - Method in class org.lightningj.lnd.wrapper.message.PayReqString
Setter for payReq.
setPayReqBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
/ The payment request string to be decoded
setPeers(int, LightningApi.Peer) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
/ The list of currently connected peers
setPeers(int, LightningApi.Peer.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
/ The list of currently connected peers
setPeers(List<Peer>) - Method in class org.lightningj.lnd.wrapper.message.ListPeersResponse
Setter for list of peers.
setPendingClosingChannels(int, LightningApi.PendingChannelsResponse.ClosedChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending closing
setPendingClosingChannels(int, LightningApi.PendingChannelsResponse.ClosedChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending closing
setPendingClosingChannels(List<PendingChannelsResponse.ClosedChannel>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
Setter for list of pending_closing_channels.
setPendingForceClosingChannels(int, LightningApi.PendingChannelsResponse.ForceClosedChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending force closing
setPendingForceClosingChannels(int, LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending force closing
setPendingForceClosingChannels(List<PendingChannelsResponse.ForceClosedChannel>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
Setter for list of pending_force_closing_channels.
setPendingHtlcs(int, LightningApi.HTLC) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
setPendingHtlcs(int, LightningApi.HTLC.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
setPendingHtlcs(int, LightningApi.PendingHTLC) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
setPendingHtlcs(int, LightningApi.PendingHTLC.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
setPendingHtlcs(List<HTLC>) - Method in class org.lightningj.lnd.wrapper.message.Channel
Setter for list of pending_htlcs.
setPendingHtlcs(List<PendingHTLC>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
Setter for list of pending_htlcs.
setPendingOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
/ If set, only unsettled invoices will be returned in the response.
setPendingOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
Setter for pending_only.
setPendingOpenBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
/ Sum of channels pending balances denominated in satoshis
setPendingOpenBalance(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
Setter for pending_open_balance.
setPendingOpenChannels(int, LightningApi.PendingChannelsResponse.PendingOpenChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending opening
setPendingOpenChannels(int, LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels pending opening
setPendingOpenChannels(List<PendingChannelsResponse.PendingOpenChannel>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
Setter for list of pending_open_channels.
setPercent(long) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
/ The fee limit expressed as a percentage of the payment amount.
setPercent(long) - Method in class org.lightningj.lnd.wrapper.message.FeeLimit
Setter for percent.
setPerformValidation(boolean) - Method in class org.lightningj.lnd.wrapper.API
 
setPerm(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
If set, the daemon will attempt to persistently connect to the target peer.
setPerm(boolean) - Method in class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
Setter for perm.
setPingTime(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Ping time to this peer
setPingTime(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
Setter for ping_time.
setPrivate(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ Whether this channel is advertised to the network or not
setPrivate(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ Whether this invoice should include routing hints for private channels.
setPrivate(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ Whether this channel should be private, not announced to the greater network.
setPrivate(boolean) - Method in class org.lightningj.lnd.wrapper.message.Channel
Setter for private.
setPrivate(boolean) - Method in class org.lightningj.lnd.wrapper.message.Invoice
Setter for private.
setPrivate(boolean) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Setter for private.
setPrivateOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
bool private_only = 4;
setPrivateOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
Setter for privateOnly.
setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
/ The pubkey of the node to disconnect from
setPubkey(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
/ The identity pubkey of the Lightning node
setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
string pub_key = 2[json_name = "pub_key"];
setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
/ The 33-byte hex-encoded compressed public of the target node
setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ The identity pubkey of the peer
setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
/ The 33-byte hex-encoded public key for the payment destination
setPubkey(String) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
/ The pubkey recovered from the signature
setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.DisconnectPeerRequest
Setter for pub_key.
setPubkey(String) - Method in class org.lightningj.lnd.wrapper.message.LightningAddress
Setter for pubkey.
setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
Setter for pub_key.
setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.NodeInfoRequest
Setter for pubKey.
setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.Peer
Setter for pub_key.
setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
Setter for pubKey.
setPubkey(String) - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageResponse
Setter for pubkey.
setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
/ The pubkey of the node to disconnect from
setPubkeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
/ The identity pubkey of the Lightning node
setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
string pub_key = 2[json_name = "pub_key"];
setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
/ The 33-byte hex-encoded compressed public of the target node
setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ The identity pubkey of the peer
setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
/ The 33-byte hex-encoded public key for the payment destination
setPubkeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
/ The pubkey recovered from the signature
setPublicOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
bool public_only = 3;
setPublicOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
Setter for publicOnly.
setPushSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The number of satoshis to push to the remote side as part of the initial commitment state
setPushSat(long) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Setter for push_sat.
setReceipt(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ An optional cryptographic receipt of payment
setReceipt(byte[]) - Method in class org.lightningj.lnd.wrapper.message.Invoice
Setter for receipt.
setRecoveredBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
/ The total value of funds successfully recovered from this channel
setRecoveredBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
Setter for recovered_balance.
setRecoveryWindow(int) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
recovery_window is an optional argument specifying the address lookahead when restoring a wallet seed.
setRecoveryWindow(int) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
recovery_window is an optional argument specifying the address lookahead when restoring a wallet seed.
setRecoveryWindow(int) - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
Setter for recoveryWindow.
setRecoveryWindow(int) - Method in class org.lightningj.lnd.wrapper.message.UnlockWalletRequest
Setter for recoveryWindow.
setRemoteBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ The counterparty's current balance in this channel
setRemoteBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
int64 remote_balance = 5[json_name = "remote_balance"];
setRemoteBalance(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
Setter for remote_balance.
setRemoteBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
Setter for remote_balance.
setRemoteCsvDelay(int) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The delay we require on the remote's commitment transaction.
setRemoteCsvDelay(int) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Setter for remote_csv_delay.
setRemoteForce(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
bool remote_force = 3;
setRemoteForce(boolean) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
Setter for remoteForce.
setRemoteNodePub(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
string remote_node_pub = 1[json_name = "remote_node_pub"];
setRemoteNodePub(String) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
Setter for remote_node_pub.
setRemoteNodePubBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
string remote_node_pub = 1[json_name = "remote_node_pub"];
setRemotePubkey(String) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ The identity pubkey of the remote node
setRemotePubkey(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ Public key of the remote peer that we formerly had a channel with.
setRemotePubkey(String) - Method in class org.lightningj.lnd.wrapper.message.Channel
Setter for remote_pubkey.
setRemotePubkey(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Setter for remote_pubkey.
setRemotePubkeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ The identity pubkey of the remote node
setRemotePubkeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ Public key of the remote peer that we formerly had a channel with.
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
setRepeatedValue(JsonObjectBuilder, Message.Builder, Descriptors.FieldDescriptor) - Static method in class org.lightningj.lnd.util.JsonGenUtils
Method to create json array of a repeated field.
setRHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
bytes r_hash = 1[json_name = "r_hash"];
setRHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ The hash of the preimage
setRHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
/ The payment hash of the invoice to be looked up.
setRHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
Setter for r_hash.
setRHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.Invoice
Setter for r_hash.
setRHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.PaymentHash
Setter for r_hash.
setRHashStr(String) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
The hex-encoded payment hash of the invoice to be looked up.
setRHashStr(String) - Method in class org.lightningj.lnd.wrapper.message.PaymentHash
Setter for r_hash_str.
setRHashStrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
The hex-encoded payment hash of the invoice to be looked up.
setRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
setRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
setRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
setRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
setRouteHints(List<RouteHint>) - Method in class org.lightningj.lnd.wrapper.message.Invoice
Setter for list of route_hints.
setRouteHints(List<RouteHint>) - Method in class org.lightningj.lnd.wrapper.message.PayReq
Setter for list of route_hints.
setRoutes(int, LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
setRoutes(int, LightningApi.Route.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
repeated .lnrpc.Route routes = 1[json_name = "routes"];
setRoutes(int, LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The set of routes that should be used to attempt to complete the payment.
setRoutes(int, LightningApi.Route.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
/ The set of routes that should be used to attempt to complete the payment.
setRoutes(List<Route>) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesResponse
Setter for list of routes.
setRoutes(List<Route>) - Method in class org.lightningj.lnd.wrapper.message.SendToRouteRequest
Setter for list of routes.
setRoutingPolicy(LightningApi.RoutingPolicy) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
.lnrpc.RoutingPolicy routing_policy = 4;
setRoutingPolicy(LightningApi.RoutingPolicy.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
.lnrpc.RoutingPolicy routing_policy = 4;
setRoutingPolicy(RoutingPolicy) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
Setter for list of routingPolicy.
setRPreimage(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
The hex-encoded preimage (32 byte) which will allow settling an incoming HTLC payable to this preimage
setRPreimage(byte[]) - Method in class org.lightningj.lnd.wrapper.message.Invoice
Setter for r_preimage.
setSatPerByte(long) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
/ A manual fee rate set in sat/byte that should be used when crafting the closure transaction.
setSatPerByte(long) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ A manual fee rate set in sat/byte that should be used when crafting the funding transaction.
setSatPerByte(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
setSatPerByte(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
setSatPerByte(long) - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
Setter for satPerByte.
setSatPerByte(long) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Setter for satPerByte.
setSatPerByte(long) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
Setter for satPerByte.
setSatPerByte(long) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
Setter for satPerByte.
setSatRecv(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Satoshis received from this peer
setSatRecv(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
Setter for sat_recv.
setSatSent(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
/ Satoshis sent to this peer
setSatSent(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
Setter for sat_sent.
setSeedEntropy(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
seed_entropy is an optional 16-bytes generated via CSPRNG.
setSeedEntropy(byte[]) - Method in class org.lightningj.lnd.wrapper.message.GenSeedRequest
Setter for seedEntropy.
setSettled(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ Whether this invoice has been fulfilled
setSettled(boolean) - Method in class org.lightningj.lnd.wrapper.message.Invoice
Setter for settled.
setSettleDate(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ When this invoice was settled
setSettleDate(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
Setter for settle_date.
setSettledBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ Settled balance at the time of channel closure
setSettledBalance(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Setter for settled_balance.
setSettleIndex(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
The "settle" index of this invoice.
setSettleIndex(long) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
If specified (non-zero), then we'll first start by sending out notifications for all settled indexes with an settle_index greater than this value.
setSettleIndex(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
Setter for settle_index.
setSettleIndex(long) - Method in class org.lightningj.lnd.wrapper.message.InvoiceSubscription
Setter for settle_index.
setShow(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
bool show = 1;
setShow(boolean) - Method in class org.lightningj.lnd.wrapper.message.DebugLevelRequest
Setter for show.
setSignature(String) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
/ The signature for the given message
setSignature(String) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
/ The signature to be verified over the given message
setSignature(String) - Method in class org.lightningj.lnd.wrapper.message.SignMessageResponse
Setter for signature.
setSignature(String) - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageRequest
Setter for signature.
setSignatureBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
/ The signature for the given message
setSignatureBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
/ The signature to be verified over the given message
setSingleValue(JsonObjectBuilder, Message.Builder, Descriptors.FieldDescriptor) - Static method in class org.lightningj.lnd.util.JsonGenUtils
Sets a json value of an non repeated nor mapped field.
setStage(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
/ Indicates whether the htlc is in its first or second stage of recovery
setStage(int) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
Setter for stage.
setStartTime(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
/ Start time is the starting point of the forwarding history request.
setStartTime(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
Setter for start_time.
setSubSystems(String) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
string sub_systems = 1[json_name = "sub_systems"];
setSubSystems(String) - Method in class org.lightningj.lnd.wrapper.message.DebugLevelResponse
Setter for sub_systems.
setSubSystemsBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
string sub_systems = 1[json_name = "sub_systems"];
setSuccess(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
bool success = 2[json_name = "success"];
setSuccess(boolean) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
Setter for success.
setSyncedToChain(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ Whether the wallet's view is synced to the main chain
setSyncedToChain(boolean) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Setter for synced_to_chain.
setTargetConf(int) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
/ The target number of blocks that the closure transaction should be confirmed by.
setTargetConf(int) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
/ The target number of blocks that the funding transaction should be confirmed by.
setTargetConf(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
/ The target number of blocks that this transaction should be confirmed by.
setTargetConf(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
/ The target number of blocks that this transaction should be confirmed by.
setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
Setter for targetConf.
setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
Setter for targetConf.
setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
Setter for targetConf.
setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
Setter for targetConf.
setTestnet(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ Whether the current node is connected to testnet
setTestnet(boolean) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Setter for testnet.
setTimeLockDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
/ The required timelock delta for HTLCs forwarded over the channel.
setTimeLockDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
uint32 time_lock_delta = 1[json_name = "time_lock_delta"];
setTimeLockDelta(int) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
Setter for time_lock_delta.
setTimeLockDelta(int) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
Setter for time_lock_delta.
setTimeLockedBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
/ The sum of all the time-locked outputs at the time of channel closure
setTimeLockedBalance(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
Setter for time_locked_balance.
setTimestamp(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
/ Timestamp is the time (unix epoch offset) that this circuit was completed.
setTimestamp(long) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
int64 timestamp = 4[json_name = "timestamp"];
setTimeStamp(long) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ Timestamp of this transaction
setTimestamp(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
Setter for timestamp.
setTimestamp(long) - Method in class org.lightningj.lnd.wrapper.message.PayReq
Setter for timestamp.
setTimeStamp(long) - Method in class org.lightningj.lnd.wrapper.message.Transaction
Setter for time_stamp.
SETTLE_DATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
SETTLE_INDEX_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
SETTLE_INDEX_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
SETTLED_BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
SETTLED_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
setTotalAmt(long) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Deprecated.
setTotalAmt(long) - Method in class org.lightningj.lnd.wrapper.message.Route
Setter for total_amt.
setTotalAmtMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
The total amount in millisatoshis.
setTotalAmtMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Route
Setter for total_amt_msat.
setTotalBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
/ The balance of the wallet
setTotalBalance(long) - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
Setter for total_balance.
setTotalCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
int64 total_capacity = 3[json_name = "total_capacity"];
setTotalCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
Setter for total_capacity.
setTotalFees(long) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Deprecated.
setTotalFees(long) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ Fees paid for this transaction
setTotalFees(long) - Method in class org.lightningj.lnd.wrapper.message.Route
Setter for total_fees.
setTotalFees(long) - Method in class org.lightningj.lnd.wrapper.message.Transaction
Setter for total_fees.
setTotalFeesMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
The total fees in millisatoshis.
setTotalFeesMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Route
Setter for total_fees_msat.
setTotalLimboBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ The balance in satoshis encumbered in pending channels
setTotalLimboBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
Setter for total_limbo_balance.
setTotalNetworkCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
int64 total_network_capacity = 6[json_name = "total_network_capacity"];
setTotalNetworkCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
Setter for total_network_capacity.
setTotalSatoshisReceived(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The total number of satoshis we've received within this channel.
setTotalSatoshisReceived(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
Setter for total_satoshis_received.
setTotalSatoshisSent(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The total number of satoshis we've sent within this channel.
setTotalSatoshisSent(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
Setter for total_satoshis_sent.
setTotalTimeLock(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
The cumulative (final) time lock across the entire route.
setTotalTimeLock(int) - Method in class org.lightningj.lnd.wrapper.message.Route
Setter for total_time_lock.
setTransactions(int, LightningApi.Transaction) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
/ The list of transactions relevant to the wallet.
setTransactions(int, LightningApi.Transaction.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
/ The list of transactions relevant to the wallet.
setTransactions(List<Transaction>) - Method in class org.lightningj.lnd.wrapper.message.TransactionDetails
Setter for list of transactions.
setTxHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ The transaction hash
setTxHash(String) - Method in class org.lightningj.lnd.wrapper.message.Transaction
Setter for tx_hash.
setTxHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
/ The transaction hash
setTxid(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
bytes txid = 1[json_name = "txid"];
setTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
/ The transaction ID of the transaction
setTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
/ The id of the transaction
setTxid(byte[]) - Method in class org.lightningj.lnd.wrapper.message.PendingUpdate
Setter for txid.
setTxid(String) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsResponse
Setter for txid.
setTxid(String) - Method in class org.lightningj.lnd.wrapper.message.SendManyResponse
Setter for txid.
setTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
/ The transaction ID of the transaction
setTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
/ The id of the transaction
setType(LightningApi.NewAddressRequest.AddressType) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
/ The address type
setType(NewAddressRequest.AddressType) - Method in class org.lightningj.lnd.wrapper.message.NewAddressRequest
Setter for type.
setTypeValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
/ The address type
setUnconfirmedBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
/ The unconfirmed balance of a wallet(with 0 confirmations)
setUnconfirmedBalance(long) - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
Setter for unconfirmed_balance.
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
setUnsettledBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
/ The unsettled balance in this channel
setUnsettledBalance(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
Setter for unsettled_balance.
setUris(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The URIs of the current node.
setUris(List<String>) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Setter for list of uris.
setValid(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
/ Whether the signature was valid over the given message
setValid(boolean) - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageResponse
Setter for valid.
setValue(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
/ The value of this invoice in satoshis
setValue(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
/ The value of the payment in satoshis
setValue(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
Setter for value.
setValue(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
Setter for value.
setValue(long) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
Setter for value.
setVersion(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The version of the LND software that the node is running.
setVersion(String) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
Setter for version.
setVersionBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
/ The version of the LND software that the node is running.
setWaitingCloseChannels(int, LightningApi.PendingChannelsResponse.WaitingCloseChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels waiting for closing tx to confirm
setWaitingCloseChannels(int, LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
/ Channels waiting for closing tx to confirm
setWaitingCloseChannels(List<PendingChannelsResponse.WaitingCloseChannel>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
Setter for list of waiting_close_channels.
setWalletPassword(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
wallet_password is the passphrase that should be used to encrypt the wallet.
setWalletPassword(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
wallet_password should be the current valid passphrase for the daemon.
setWalletPassword(byte[]) - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
Setter for walletPassword.
setWalletPassword(byte[]) - Method in class org.lightningj.lnd.wrapper.message.UnlockWalletRequest
Setter for walletPassword.
setWeekFeeSum(long) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 week.
setWeekFeeSum(long) - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
Setter for week_fee_sum.
SHOW_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
SIGNATURE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
SIGNATURE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
signMessage(LightningApi.SignMessageRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `signmessage` SignMessage signs a message with this node's private key.
signMessage(LightningApi.SignMessageRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `signmessage` SignMessage signs a message with this node's private key.
signMessage(LightningApi.SignMessageRequest, StreamObserver<LightningApi.SignMessageResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `signmessage` SignMessage signs a message with this node's private key.
signMessage(LightningApi.SignMessageRequest, StreamObserver<LightningApi.SignMessageResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `signmessage` SignMessage signs a message with this node's private key.
signMessage(byte[], StreamObserver<SignMessageResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a signMessage request.
signMessage(SignMessageRequest, StreamObserver<SignMessageResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a signMessage request.
signMessage(byte[]) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a signMessage request.
signMessage(SignMessageRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a signMessage request.
SignMessageRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for SignMessageRequest.
SignMessageRequest() - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageRequest
Empty Constructor
SignMessageRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageRequest
Json Parsing Constructor
SignMessageRequest(LightningApi.SignMessageRequest) - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageRequest
Constructor using underlying Lightning API Object
SignMessageResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for SignMessageResponse.
SignMessageResponse() - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageResponse
Empty Constructor
SignMessageResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageResponse
Json Parsing Constructor
SignMessageResponse(LightningApi.SignMessageResponse) - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageResponse
Constructor using underlying Lightning API Object
STAGE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
START_TIME_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
StaticFileMacaroonContext - Class in org.lightningj.lnd.wrapper
MacaroonContext that reads a static file during construction and returns the macaroon content for each calls.
StaticFileMacaroonContext(File) - Constructor for class org.lightningj.lnd.wrapper.StaticFileMacaroonContext
Constructor to read a specified macaroon path.
StatusException - Exception in org.lightningj.lnd.wrapper
Base exception that is wrapped around GRPC status.
StatusException(String, Status) - Constructor for exception org.lightningj.lnd.wrapper.StatusException
 
StatusException(String, Status, Throwable) - Constructor for exception org.lightningj.lnd.wrapper.StatusException
 
statusExceptionWrapper - Variable in class org.lightningj.lnd.wrapper.API
 
StatusExceptionWrapper - Class in org.lightningj.lnd.wrapper
Class wrapping a GRPC status exception.
StatusExceptionWrapper() - Constructor for class org.lightningj.lnd.wrapper.StatusExceptionWrapper
 
stopDaemon(LightningApi.StopRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `stop` StopDaemon will send a shutdown request to the interrupt handler, triggering a graceful shutdown of the daemon.
stopDaemon(LightningApi.StopRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `stop` StopDaemon will send a shutdown request to the interrupt handler, triggering a graceful shutdown of the daemon.
stopDaemon(LightningApi.StopRequest, StreamObserver<LightningApi.StopResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `stop` StopDaemon will send a shutdown request to the interrupt handler, triggering a graceful shutdown of the daemon.
stopDaemon(LightningApi.StopRequest, StreamObserver<LightningApi.StopResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `stop` StopDaemon will send a shutdown request to the interrupt handler, triggering a graceful shutdown of the daemon.
stopDaemon(StreamObserver<StopResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a stopDaemon request.
stopDaemon(StopRequest, StreamObserver<StopResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a stopDaemon request.
stopDaemon() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a stopDaemon request.
stopDaemon(StopRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a stopDaemon request.
StopRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for StopRequest.
StopRequest() - Constructor for class org.lightningj.lnd.wrapper.message.StopRequest
Empty Constructor
StopRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.StopRequest
Json Parsing Constructor
StopRequest(LightningApi.StopRequest) - Constructor for class org.lightningj.lnd.wrapper.message.StopRequest
Constructor using underlying Lightning API Object
StopResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for StopResponse.
StopResponse() - Constructor for class org.lightningj.lnd.wrapper.message.StopResponse
Empty Constructor
StopResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.StopResponse
Json Parsing Constructor
StopResponse(LightningApi.StopResponse) - Constructor for class org.lightningj.lnd.wrapper.message.StopResponse
Constructor using underlying Lightning API Object
StreamObserverWrapper<T> - Class in org.lightningj.lnd.wrapper
StreamObserverWrapper is converts received api object to wrapped objects.
StreamObserverWrapper(StreamObserver<?>, boolean, String) - Constructor for class org.lightningj.lnd.wrapper.StreamObserverWrapper
 
SUB_SYSTEMS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
subscribeChannelGraph(LightningApi.GraphTopologySubscription) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
SubscribeChannelGraph launches a streaming RPC that allows the caller to receive notifications upon any changes to the channel graph topology from the point of view of the responding node.
subscribeChannelGraph(LightningApi.GraphTopologySubscription, StreamObserver<LightningApi.GraphTopologyUpdate>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
SubscribeChannelGraph launches a streaming RPC that allows the caller to receive notifications upon any changes to the channel graph topology from the point of view of the responding node.
subscribeChannelGraph(LightningApi.GraphTopologySubscription, StreamObserver<LightningApi.GraphTopologyUpdate>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
SubscribeChannelGraph launches a streaming RPC that allows the caller to receive notifications upon any changes to the channel graph topology from the point of view of the responding node.
subscribeChannelGraph(StreamObserver<GraphTopologyUpdate>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a subscribeChannelGraph request.
subscribeChannelGraph(GraphTopologySubscription, StreamObserver<GraphTopologyUpdate>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a subscribeChannelGraph request.
subscribeChannelGraph() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a subscribeChannelGraph request.
subscribeChannelGraph(GraphTopologySubscription) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a subscribeChannelGraph request.
subscribeInvoices(LightningApi.InvoiceSubscription) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
SubscribeInvoices returns a uni-directional stream (sever -> client) for notifying the client of newly added/settled invoices.
subscribeInvoices(LightningApi.InvoiceSubscription, StreamObserver<LightningApi.Invoice>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
SubscribeInvoices returns a uni-directional stream (sever -> client) for notifying the client of newly added/settled invoices.
subscribeInvoices(LightningApi.InvoiceSubscription, StreamObserver<LightningApi.Invoice>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
SubscribeInvoices returns a uni-directional stream (sever -> client) for notifying the client of newly added/settled invoices.
subscribeInvoices(Long, Long, StreamObserver<Invoice>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a subscribeInvoices request.
subscribeInvoices(InvoiceSubscription, StreamObserver<Invoice>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a subscribeInvoices request.
subscribeInvoices(Long, Long) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a subscribeInvoices request.
subscribeInvoices(InvoiceSubscription) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a subscribeInvoices request.
subscribeTransactions(LightningApi.GetTransactionsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
SubscribeTransactions creates a uni-directional stream from the server to the client in which any newly discovered transactions relevant to the wallet are sent over.
subscribeTransactions(LightningApi.GetTransactionsRequest, StreamObserver<LightningApi.Transaction>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
SubscribeTransactions creates a uni-directional stream from the server to the client in which any newly discovered transactions relevant to the wallet are sent over.
subscribeTransactions(LightningApi.GetTransactionsRequest, StreamObserver<LightningApi.Transaction>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
SubscribeTransactions creates a uni-directional stream from the server to the client in which any newly discovered transactions relevant to the wallet are sent over.
subscribeTransactions(StreamObserver<Transaction>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a subscribeTransactions request.
subscribeTransactions(GetTransactionsRequest, StreamObserver<Transaction>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a subscribeTransactions request.
subscribeTransactions() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a subscribeTransactions request.
subscribeTransactions(GetTransactionsRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a subscribeTransactions request.
SUCCESS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
SYNCED_TO_CHAIN_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
SynchronousAPI - Class in org.lightningj.lnd.wrapper
Base call for all Synchronous API implementations.
SynchronousAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.SynchronousAPI
Minimal constructor for setting up a connection with LND Application.
SynchronousAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.SynchronousAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
SynchronousAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.SynchronousAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
SynchronousLndAPI - Class in org.lightningj.lnd.wrapper
API Class for generating synchronous API calls to LDN server using wrapped objects.
SynchronousLndAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.SynchronousLndAPI
Minimal constructor for setting up a connection with LND Application.
SynchronousLndAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.SynchronousLndAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
SynchronousLndAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.SynchronousLndAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
SynchronousWalletUnlockerAPI - Class in org.lightningj.lnd.wrapper
API Class for generating synchronous API calls to LDN server using wrapped objects.
SynchronousWalletUnlockerAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
Minimal constructor for setting up a connection with LND Application.
SynchronousWalletUnlockerAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
SynchronousWalletUnlockerAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.

T

TARGET_CONF_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
TARGET_CONF_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
TARGET_CONF_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
TARGET_CONF_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
TESTNET_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
TIME_LOCK_DELTA_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
TIME_LOCK_DELTA_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
TIME_LOCKED_BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
TIME_STAMP_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Transaction
 
TIMESTAMP_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
TIMESTAMP_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PayReq
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Route
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
toBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
toJson() - Method in class org.lightningj.lnd.wrapper.Message
Method to convert the Message into JSON Representation
toJson() - Method in class org.lightningj.lnd.wrapper.ValidationResult
Help method to convert validation result data into a json object.
toJsonAsString(boolean) - Method in class org.lightningj.lnd.wrapper.Message
Method to convert Message into a json string.
toString() - Method in class org.lightningj.lnd.wrapper.Message
Returns a string representation i JSON format of all data in this message.
toString() - Method in class org.lightningj.lnd.wrapper.ValidationResult
 
TOTAL_AMT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Route
 
TOTAL_AMT_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Route
 
TOTAL_BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
TOTAL_CAPACITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
TOTAL_FEES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Route
 
TOTAL_FEES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Transaction
 
TOTAL_FEES_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Route
 
TOTAL_LIMBO_BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
TOTAL_NETWORK_CAPACITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
TOTAL_SATOSHIS_RECEIVED_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
 
TOTAL_SATOSHIS_SENT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
 
TOTAL_TIME_LOCK_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Route
 
Transaction - Class in org.lightningj.lnd.wrapper.message
Wrapper class for Transaction.
Transaction() - Constructor for class org.lightningj.lnd.wrapper.message.Transaction
Empty Constructor
Transaction(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.Transaction
Json Parsing Constructor
Transaction(LightningApi.Transaction) - Constructor for class org.lightningj.lnd.wrapper.message.Transaction
Constructor using underlying Lightning API Object
TransactionDetails - Class in org.lightningj.lnd.wrapper.message
Wrapper class for TransactionDetails.
TransactionDetails() - Constructor for class org.lightningj.lnd.wrapper.message.TransactionDetails
Empty Constructor
TransactionDetails(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.TransactionDetails
Json Parsing Constructor
TransactionDetails(LightningApi.TransactionDetails) - Constructor for class org.lightningj.lnd.wrapper.message.TransactionDetails
Constructor using underlying Lightning API Object
TRANSACTIONS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
TX_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Transaction
 
TXID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
TXID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
TXID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
TYPE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 

U

UNCONFIRMED_BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
unlockWallet(LightningApi.UnlockWalletRequest) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerBlockingStub
lncli: `unlock` UnlockWallet is used at startup of lnd to provide a password to unlock the wallet database.
unlockWallet(LightningApi.UnlockWalletRequest) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerFutureStub
lncli: `unlock` UnlockWallet is used at startup of lnd to provide a password to unlock the wallet database.
unlockWallet(LightningApi.UnlockWalletRequest, StreamObserver<LightningApi.UnlockWalletResponse>) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerImplBase
lncli: `unlock` UnlockWallet is used at startup of lnd to provide a password to unlock the wallet database.
unlockWallet(LightningApi.UnlockWalletRequest, StreamObserver<LightningApi.UnlockWalletResponse>) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerStub
lncli: `unlock` UnlockWallet is used at startup of lnd to provide a password to unlock the wallet database.
unlockWallet(byte[], Integer, StreamObserver<UnlockWalletResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
Method to generate a unlockWallet request.
unlockWallet(UnlockWalletRequest, StreamObserver<UnlockWalletResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
Method to send a unlockWallet request.
unlockWallet(byte[], Integer) - Method in class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
Method to generate a unlockWallet request.
unlockWallet(UnlockWalletRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
Method to send a unlockWallet request.
UnlockWalletRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for UnlockWalletRequest.
UnlockWalletRequest() - Constructor for class org.lightningj.lnd.wrapper.message.UnlockWalletRequest
Empty Constructor
UnlockWalletRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.UnlockWalletRequest
Json Parsing Constructor
UnlockWalletRequest(LightningApi.UnlockWalletRequest) - Constructor for class org.lightningj.lnd.wrapper.message.UnlockWalletRequest
Constructor using underlying Lightning API Object
UnlockWalletResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for UnlockWalletResponse.
UnlockWalletResponse() - Constructor for class org.lightningj.lnd.wrapper.message.UnlockWalletResponse
Empty Constructor
UnlockWalletResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.UnlockWalletResponse
Json Parsing Constructor
UnlockWalletResponse(LightningApi.UnlockWalletResponse) - Constructor for class org.lightningj.lnd.wrapper.message.UnlockWalletResponse
Constructor using underlying Lightning API Object
unmarshall(byte[]) - Method in class org.lightningj.lnd.wrapper.XMLParser
Method to unmarshall a byte[] xml document into a Message.
UNSETTLED_BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
 
updateChannelPolicy(LightningApi.PolicyUpdateRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `updatechanpolicy` UpdateChannelPolicy allows the caller to update the fee schedule and channel policies for all channels globally, or a particular channel.
updateChannelPolicy(LightningApi.PolicyUpdateRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `updatechanpolicy` UpdateChannelPolicy allows the caller to update the fee schedule and channel policies for all channels globally, or a particular channel.
updateChannelPolicy(LightningApi.PolicyUpdateRequest, StreamObserver<LightningApi.PolicyUpdateResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `updatechanpolicy` UpdateChannelPolicy allows the caller to update the fee schedule and channel policies for all channels globally, or a particular channel.
updateChannelPolicy(LightningApi.PolicyUpdateRequest, StreamObserver<LightningApi.PolicyUpdateResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `updatechanpolicy` UpdateChannelPolicy allows the caller to update the fee schedule and channel policies for all channels globally, or a particular channel.
updateChannelPolicy(Boolean, ChannelPoint, Long, Double, Integer, StreamObserver<PolicyUpdateResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a updateChannelPolicy request.
updateChannelPolicy(PolicyUpdateRequest, StreamObserver<PolicyUpdateResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a updateChannelPolicy request.
updateChannelPolicy(Boolean, ChannelPoint, Long, Double, Integer) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a updateChannelPolicy request.
updateChannelPolicy(PolicyUpdateRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a updateChannelPolicy request.
URIS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 

V

V1XMLParser - Class in org.lightningj.lnd.wrapper
LND Version 1 implementation of XML Api Created by Philip Vendil.
V1XMLParser() - Constructor for class org.lightningj.lnd.wrapper.V1XMLParser
 
VALID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
validate(Message) - Method in class org.lightningj.lnd.wrapper.API
Method to validate all fields in related message and throws a validation exception with a validation report with all found validation problems.
validate() - Method in class org.lightningj.lnd.wrapper.Message
Method to validate the data in the message against proto specification and returns a ValidationReport containing all validation errors found.
validateMessage(MessageLiteOrBuilder, Descriptors.Descriptor) - Static method in class org.lightningj.lnd.util.ValidationUtils
Method to validate a message and generate a validation result.
ValidationException - Exception in org.lightningj.lnd.wrapper
Exception indicating an error occurred validating a message.
ValidationException(String, ValidationResult) - Constructor for exception org.lightningj.lnd.wrapper.ValidationException
Exception indicating an error occurred validating a message.
ValidationException(String, ValidationResult, Throwable) - Constructor for exception org.lightningj.lnd.wrapper.ValidationException
Exception indicating an error occurred validating a message.
ValidationProblems - Class in org.lightningj.lnd.wrapper
Class containing validation problem information about which field and description of the problem.
ValidationProblems(String, String, String, String) - Constructor for class org.lightningj.lnd.wrapper.ValidationProblems
Main constructor of a new Validation Problem.
ValidationProblems(String, String, String, Object[], String) - Constructor for class org.lightningj.lnd.wrapper.ValidationProblems
Main constructor of a new Validation Problem.
ValidationResult - Class in org.lightningj.lnd.wrapper
Created by Message.validate() containing a result of the validation.
ValidationResult(String) - Constructor for class org.lightningj.lnd.wrapper.ValidationResult
Default constructor.
ValidationUtils - Class in org.lightningj.lnd.util
Helper class with methods to perform validation of Message objects.
ValidationUtils() - Constructor for class org.lightningj.lnd.util.ValidationUtils
 
VALUE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
VALUE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Payment
 
valueOf(String) - Static method in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
 
valueOf(String) - Static method in enum org.lightningj.lnd.proto.LightningApi.ChannelPoint.FundingTxidCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.lightningj.lnd.proto.LightningApi.ChannelPoint.FundingTxidCase
valueOf(String) - Static method in enum org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.UpdateCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.UpdateCase
valueOf(String) - Static method in enum org.lightningj.lnd.proto.LightningApi.FeeLimit.LimitCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.lightningj.lnd.proto.LightningApi.FeeLimit.LimitCase
valueOf(String) - Static method in enum org.lightningj.lnd.proto.LightningApi.NewAddressRequest.AddressType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.lightningj.lnd.proto.LightningApi.NewAddressRequest.AddressType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.lightningj.lnd.proto.LightningApi.NewAddressRequest.AddressType
 
valueOf(String) - Static method in enum org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.UpdateCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.UpdateCase
valueOf(String) - Static method in enum org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.ScopeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.ScopeCase
valueOf(String) - Static method in enum org.lightningj.lnd.wrapper.message.ChannelCloseSummary.ClosureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lightningj.lnd.wrapper.message.NewAddressRequest.AddressType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lightningj.lnd.proto.LightningApi.ChannelPoint.FundingTxidCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.UpdateCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lightningj.lnd.proto.LightningApi.FeeLimit.LimitCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lightningj.lnd.proto.LightningApi.NewAddressRequest.AddressType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.UpdateCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.ScopeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lightningj.lnd.wrapper.message.ChannelCloseSummary.ClosureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lightningj.lnd.wrapper.message.NewAddressRequest.AddressType
Returns an array containing the constants of this enum type, in the order they are declared.
verifyMessage(LightningApi.VerifyMessageRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `verifymessage` VerifyMessage verifies a signature over a msg.
verifyMessage(LightningApi.VerifyMessageRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `verifymessage` VerifyMessage verifies a signature over a msg.
verifyMessage(LightningApi.VerifyMessageRequest, StreamObserver<LightningApi.VerifyMessageResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `verifymessage` VerifyMessage verifies a signature over a msg.
verifyMessage(LightningApi.VerifyMessageRequest, StreamObserver<LightningApi.VerifyMessageResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `verifymessage` VerifyMessage verifies a signature over a msg.
verifyMessage(byte[], String, StreamObserver<VerifyMessageResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a verifyMessage request.
verifyMessage(VerifyMessageRequest, StreamObserver<VerifyMessageResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a verifyMessage request.
verifyMessage(byte[], String) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a verifyMessage request.
verifyMessage(VerifyMessageRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a verifyMessage request.
VerifyMessageRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for VerifyMessageRequest.
VerifyMessageRequest() - Constructor for class org.lightningj.lnd.wrapper.message.VerifyMessageRequest
Empty Constructor
VerifyMessageRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.VerifyMessageRequest
Json Parsing Constructor
VerifyMessageRequest(LightningApi.VerifyMessageRequest) - Constructor for class org.lightningj.lnd.wrapper.message.VerifyMessageRequest
Constructor using underlying Lightning API Object
VerifyMessageResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for VerifyMessageResponse.
VerifyMessageResponse() - Constructor for class org.lightningj.lnd.wrapper.message.VerifyMessageResponse
Empty Constructor
VerifyMessageResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.VerifyMessageResponse
Json Parsing Constructor
VerifyMessageResponse(LightningApi.VerifyMessageResponse) - Constructor for class org.lightningj.lnd.wrapper.message.VerifyMessageResponse
Constructor using underlying Lightning API Object
VERSION_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 

W

WAITING_CLOSE_CHANNELS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
WaitingCloseChannel() - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
Empty Constructor
WaitingCloseChannel(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
Json Parsing Constructor
WaitingCloseChannel(LightningApi.PendingChannelsResponse.WaitingCloseChannel) - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
Constructor using underlying Lightning API Object
WALLET_PASSWORD_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
WALLET_PASSWORD_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
walletBalance(LightningApi.WalletBalanceRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `walletbalance` WalletBalance returns total unspent outputs(confirmed and unconfirmed), all confirmed unspent outputs and all unconfirmed unspent outputs under control of the wallet.
walletBalance(LightningApi.WalletBalanceRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `walletbalance` WalletBalance returns total unspent outputs(confirmed and unconfirmed), all confirmed unspent outputs and all unconfirmed unspent outputs under control of the wallet.
walletBalance(LightningApi.WalletBalanceRequest, StreamObserver<LightningApi.WalletBalanceResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `walletbalance` WalletBalance returns total unspent outputs(confirmed and unconfirmed), all confirmed unspent outputs and all unconfirmed unspent outputs under control of the wallet.
walletBalance(LightningApi.WalletBalanceRequest, StreamObserver<LightningApi.WalletBalanceResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `walletbalance` WalletBalance returns total unspent outputs(confirmed and unconfirmed), all confirmed unspent outputs and all unconfirmed unspent outputs under control of the wallet.
walletBalance(StreamObserver<WalletBalanceResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a walletBalance request.
walletBalance(WalletBalanceRequest, StreamObserver<WalletBalanceResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a walletBalance request.
walletBalance() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a walletBalance request.
walletBalance(WalletBalanceRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a walletBalance request.
WalletBalanceRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for WalletBalanceRequest.
WalletBalanceRequest() - Constructor for class org.lightningj.lnd.wrapper.message.WalletBalanceRequest
Empty Constructor
WalletBalanceRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.WalletBalanceRequest
Json Parsing Constructor
WalletBalanceRequest(LightningApi.WalletBalanceRequest) - Constructor for class org.lightningj.lnd.wrapper.message.WalletBalanceRequest
Constructor using underlying Lightning API Object
WalletBalanceResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for WalletBalanceResponse.
WalletBalanceResponse() - Constructor for class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
Empty Constructor
WalletBalanceResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
Json Parsing Constructor
WalletBalanceResponse(LightningApi.WalletBalanceResponse) - Constructor for class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
Constructor using underlying Lightning API Object
WalletUnlockerGrpc - Class in org.lightningj.lnd.proto
The WalletUnlocker service is used to set up a wallet password for lnd at first startup, and unlock a previously set up wallet.
WalletUnlockerGrpc.WalletUnlockerBlockingStub - Class in org.lightningj.lnd.proto
The WalletUnlocker service is used to set up a wallet password for lnd at first startup, and unlock a previously set up wallet.
WalletUnlockerGrpc.WalletUnlockerFutureStub - Class in org.lightningj.lnd.proto
The WalletUnlocker service is used to set up a wallet password for lnd at first startup, and unlock a previously set up wallet.
WalletUnlockerGrpc.WalletUnlockerImplBase - Class in org.lightningj.lnd.proto
The WalletUnlocker service is used to set up a wallet password for lnd at first startup, and unlock a previously set up wallet.
WalletUnlockerGrpc.WalletUnlockerStub - Class in org.lightningj.lnd.proto
The WalletUnlocker service is used to set up a wallet password for lnd at first startup, and unlock a previously set up wallet.
WalletUnlockerImplBase() - Constructor for class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerImplBase
 
WEEK_FEE_SUM_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
WITNESS_PUBKEY_HASH_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.NewAddressRequest.AddressType
WITNESS_PUBKEY_HASH = 0;
wrap(LightningApi.ChannelCloseSummary.ClosureType) - Static method in enum org.lightningj.lnd.wrapper.message.ChannelCloseSummary.ClosureType
 
wrap(LightningApi.NewAddressRequest.AddressType) - Static method in enum org.lightningj.lnd.wrapper.message.NewAddressRequest.AddressType
 
wrap(Exception) - Method in class org.lightningj.lnd.wrapper.StatusExceptionWrapper
Method that will wrap a StatusRuntimeException or StatusException to either a ClientSideException/CommunicationException/ServerSideException (which all are a StatusException).
wrap(GeneratedMessageV3) - Method in class org.lightningj.lnd.wrapper.WrapperFactory
Method to wrap an GRPC object to it's wrapped object.
wrappedObserver - Variable in class org.lightningj.lnd.wrapper.StreamObserverWrapper
 
wrapperFactory - Variable in class org.lightningj.lnd.wrapper.API
 
wrapperFactory - Variable in class org.lightningj.lnd.wrapper.Message
 
wrapperFactory - Variable in class org.lightningj.lnd.wrapper.StreamObserverWrapper
 
WrapperFactory - Class in org.lightningj.lnd.wrapper
Wrapper factory converting a GRPC Message into it's wrapper object.
WrapperFactory() - Constructor for class org.lightningj.lnd.wrapper.WrapperFactory
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.Channel
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.Hop
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.Payment
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.Peer
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.Route
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
 
writeTo(CodedOutputStream) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 

X

XMLParser - Class in org.lightningj.lnd.wrapper
Class containing help methods to marshall and unmarshall XML data to messages.
XMLParser() - Constructor for class org.lightningj.lnd.wrapper.XMLParser
 
XMLParserFactory - Class in org.lightningj.lnd.wrapper
Factory class to retrieve Singleton XML Parser within the factory instance.
XMLParserFactory() - Constructor for class org.lightningj.lnd.wrapper.XMLParserFactory
Constructor for new XMLParser that initiates all supported versions of XML Parsers.

Z

ZBase32 - Class in org.lightningj.util
Z-Base32 encoder/decoder utility class, implementing the specification from http://philzimmermann.com/docs/human-oriented-base-32-encoding.txt.
ZBase32() - Constructor for class org.lightningj.util.ZBase32
 
A B C D E F G H I J L M N O P Q R S T U V W X Z 
Skip navigation links